diff options
Diffstat (limited to 'extra/apricots/PKGBUILD')
-rw-r--r-- | extra/apricots/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/apricots/PKGBUILD b/extra/apricots/PKGBUILD index 34e21a32f..3fbe423f6 100644 --- a/extra/apricots/PKGBUILD +++ b/extra/apricots/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 137632 2011-09-10 08:59:53Z pierre $ +# $Id: PKGBUILD 143883 2011-11-30 13:08:53Z heftig $ # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=apricots pkgver=0.2.6 -pkgrel=4 +pkgrel=5 pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers" arch=("i686" "x86_64") license=('GPL') url="http://www.fishies.org.uk/apricots.html" depends=('gcc-libs' 'openal' 'sdl' 'freealut') -source=("http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz" +#source=("http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz" +source=("ftp://ftp.archlinux.org/other/apricots/$pkgname-$pkgver.tar.gz" "apricots-0.2.6-freealut.patch") md5sums=('910828d717e46d8cbd9c24f702d09fbc' '5f9f74082dfe162ab3ba51f6ec628f99') |