summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2014-11-14 13:51:30 -0500
committerSlashbunny2014-11-14 13:51:30 -0500
commitf2538a150e62020eb2e5ac443cadecde1e6b8a75 (patch)
tree53606726be1b7eb4295dd729afea50c2fb09dbda /PKGBUILD
parent6467ee63afb38f3dbdf822ae19cd6f5fffc82134 (diff)
downloadaur-f2538a150e62020eb2e5ac443cadecde1e6b8a75.tar.gz
Description should not include the package name; Remove directory that has no purpose
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae3ef0420a78..c8410f1b5ecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Slash <demodevil5[at]yahoo[dot]com>
pkgname=xqf-git
-pkgver=1.0.6.2.r25.gfb2ba3c
+pkgver=1.0.6.2.r33.gae6a628
pkgrel=1
-pkgdesc="XQF is a game server browser and launcher for Unix/X11 for many popular games (a qstat frontend)"
+pkgdesc="A game server browser and launcher for Unix/X11 for many popular games (a qstat frontend)"
url="http://www.linuxgames.com/xqf/"
arch=('i686' 'x86_64')
license=('GPL')
@@ -32,4 +32,7 @@ package() {
cd "${srcdir}/xqf"
make DESTDIR="${pkgdir}" install
+
+ # Remove empty directory
+ rm -r "${pkgdir}/usr/libexec"
}