xfce4-appfinder: avoid unnecessary variables in build.sh

This commit is contained in:
Leonid Pliushch 2021-05-25 14:31:34 +03:00 committed by Yaksh Bariya
parent 1d8d3d4d51
commit ae8777d6a5
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/xfce/xfce4-appfinder/start
TERMUX_PKG_DESCRIPTION="Application launcher and finder"
TERMUX_PKG_LICENSE="GPL-2.0"
_MAJOR_VERSION=4.16
TERMUX_PKG_VERSION=$_MAJOR_VERSION.1
TERMUX_PKG_SRCURL=https://archive.xfce.org/src/xfce/xfce4-appfinder/$_MAJOR_VERSION/xfce4-appfinder-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_VERSION=4.16.1
TERMUX_PKG_SRCURL=https://archive.xfce.org/src/xfce/xfce4-appfinder/${TERMUX_PKG_VERSION:0:4}/xfce4-appfinder-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=bfe3e9bd92695014ee74a2fbb7f5fd1b4c29cf043c4a11598b8958324c81e7ec
TERMUX_PKG_DEPENDS="glib, gtk3, libxfce4ui, garcon"