summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2015-08-07 22:37:43 +0200
committerFrederic Bezies2015-08-07 22:37:43 +0200
commit147ad3e4843d608f315a4ec2485c5df760e3e796 (patch)
tree91a089cfeb60e11b6126abddb1bb0619974b879a /PKGBUILD
parent5a8837e139506c264260b07626d84aa58bb0e3aa (diff)
downloadaur-147ad3e4843d608f315a4ec2485c5df760e3e796.tar.gz
PKGBUILD cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c78b23b796b..ab63c0d597d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=galois
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc='A computer game of the "falling blocks" type, but with unique features'
arch=('i686' 'x86_64')
url="http://www.nongnu.org/galois/"
@@ -21,8 +21,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
-# cd "${pkgdir}/usr"
-# mv games
}