diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-13 01:21:42 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-13 01:21:42 -0500 |
commit | 7a75a6e8f80f8f75cf4b153da6f0ef8139019420 (patch) | |
tree | 77ccb8c42c0e357c3e29cc34df5d27af23c6cddb /libre/abuse-libre/PKGBUILD | |
parent | 41e7c35e69c20a899f7517eef3d278c7202b40a9 (diff) | |
parent | 0cbe19131a3050c8675c9b6561d9f7ab499b2c96 (diff) | |
download | abslibre-7a75a6e8f80f8f75cf4b153da6f0ef8139019420.tar.gz abslibre-7a75a6e8f80f8f75cf4b153da6f0ef8139019420.tar.bz2 abslibre-7a75a6e8f80f8f75cf4b153da6f0ef8139019420.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/abuse-libre/PKGBUILD')
-rwxr-xr-x | libre/abuse-libre/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/abuse-libre/PKGBUILD b/libre/abuse-libre/PKGBUILD index 829871791..196fb2c85 100755 --- a/libre/abuse-libre/PKGBUILD +++ b/libre/abuse-libre/PKGBUILD @@ -7,12 +7,15 @@ _pkgname=abuse pkgname=abuse-libre pkgver=0.8 -pkgrel=2 +pkgrel=3 pkgdesc='A side-scroller action game that pits you against ruthless alien killers. Without unfree "Claudio"' arch=('i686' 'x86_64') url='http://abuse.zoy.org/' license=('GPL' 'custom') depends=('gcc-libs' 'libgl' 'sdl' 'sdl_mixer') +provides=('$_pkgname=$pkgver') +replaces=('$_pkgname') +conflicts=('$_pkgname') install='abuse.install' source=("http://abuse.zoy.org/raw-attachment/wiki/download/${_pkgname}-${pkgver}.tar.gz" non-claudio.patch) |