summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2014-01-08 22:39:48 +0100
committerCarsten Teibes2014-01-08 22:39:48 +0100
commit047f6efd30c524b6a4900b9ad03b575e5a135f5b (patch)
treeaeef7f8aa83455de0ec9c65a200a3396c74ff8b6 /PKGBUILD
parentbe816e60fe29ade50e8bd4638c4208a0d502efdb (diff)
downloadaur-047f6efd30c524b6a4900b9ad03b575e5a135f5b.tar.gz
Cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9932cba39923..587d94ceee2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: carstene1ns <arch carsten-teibes de>
+# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
# Contributor: josephgbr <rafael.f.f1@gmail.com>
# based on cegui from Arch Linux repository, original credits go to:
@@ -25,7 +25,6 @@ provides=('cegui')
conflicts=('cegui')
options=('!libtool')
source=("http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz")
-md5sums=('a8b682daf82e383edc169c2e6eb2b321')
sha256sums=('7c3b264def08b46de749c2acaba363e907479d924612436f3bd09da2e474bb8c')
build() {
@@ -37,7 +36,6 @@ build() {
PYTHON="/usr/bin/python2" ./configure --prefix=/usr --sysconfdir=/etc \
--enable-null-renderer --with-gtk2 --disable-samples \
--disable-ogre-renderer --disable-irrlicht-renderer
-
make
}