desktop/xlunch: Updated for version 2.3.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Tomas Matejicek 2016-12-30 23:34:53 +00:00 committed by David Spencer
parent 9e97654de5
commit 2b9bb3ea4c
2 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xlunch
VERSION=${VERSION:-2.2}
VERSION=${VERSION:-2.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,6 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
make
mkdir -p $PKG/usr/bin

View file

@ -1,8 +1,8 @@
PRGNAM="xlunch"
VERSION="2.2"
VERSION="2.3.2"
HOMEPAGE="http://www.xlunch.org/"
DOWNLOAD="https://github.com/Tomas-M/xlunch/archive/v2.2/xlunch-2.2.tar.gz"
MD5SUM="59e11d9f8f177bfa061e2f91a66ae3bd"
DOWNLOAD="https://github.com/Tomas-M/xlunch/archive/v2.3.2/xlunch-2.3.2.tar.gz"
MD5SUM="7c4f15a90be101b7e7a8a2e543a9cfc0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2"