xorg-xcalc: Bump to 1.1.1

This commit is contained in:
Tee KOBAYASHI 2022-10-31 10:52:36 +09:00 committed by xtkoba
parent 4810051dc0
commit 2a86678acf
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/
TERMUX_PKG_DESCRIPTION="Scientific calculator for X"
TERMUX_PKG_LICENSE="MIT"
# Licenses: MIT, HPND
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="COPYING"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.1.0
TERMUX_PKG_REVISION=21
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/app/xcalc-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=d5d746954465afc3da1f355d721882806568fb04b4d059c027702c0d16a3b5eb
TERMUX_PKG_VERSION=1.1.1
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/app/xcalc-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=8cb08212c5322e8043f39b28699e13a43f000976c90b3c7fadd4fae2766326b4
TERMUX_PKG_DEPENDS="libx11, libxaw, libxt, xorg-fonts-75dpi | xorg-fonts-100dpi"
TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros"