diff options
Diffstat (limited to 'community/guichan/PKGBUILD')
-rw-r--r-- | community/guichan/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/guichan/PKGBUILD b/community/guichan/PKGBUILD index d948c2b66..4c7c841d3 100644 --- a/community/guichan/PKGBUILD +++ b/community/guichan/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70598 2012-05-12 11:22:15Z jlichtblau $ +# $Id: PKGBUILD 99805 2013-10-30 23:49:55Z allan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Bjørn Lindeijer <bjorn@lindeijer.nl> @@ -11,7 +11,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://guichan.sourceforge.net/" license=('BSD') makedepends=('sdl_image' 'allegro4' 'libgl' 'glut') -options=('!libtool' '!strip') +options=('!strip') source=(http://guichan.googlecode.com/files/$pkgname-$pkgver.tar.gz) sha256sums=('eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab') |