diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 19:46:04 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 19:49:13 -0300 |
commit | a100c3ed3ab86e02467ae2bf7ca601e3406e54c9 (patch) | |
tree | c99fe3d2fe45706b594cd656b0036d54e04ac227 /libre/abuse | |
parent | d645a297405105a64e2ec68c6dcc07f7a5d4d20d (diff) | |
download | abslibre-a100c3ed3ab86e02467ae2bf7ca601e3406e54c9.tar.gz abslibre-a100c3ed3ab86e02467ae2bf7ca601e3406e54c9.tar.bz2 abslibre-a100c3ed3ab86e02467ae2bf7ca601e3406e54c9.zip |
abuse: remove install file and add armv7h support
Diffstat (limited to 'libre/abuse')
-rw-r--r-- | libre/abuse/PKGBUILD | 13 | ||||
-rw-r--r-- | libre/abuse/abuse.install | 13 |
2 files changed, 6 insertions, 20 deletions
diff --git a/libre/abuse/PKGBUILD b/libre/abuse/PKGBUILD index d23a60f60..2c378030d 100644 --- a/libre/abuse/PKGBUILD +++ b/libre/abuse/PKGBUILD @@ -1,6 +1,6 @@ -# $Id: PKGBUILD 149050 2015-12-06 18:42:59Z bluewind $ -# Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com> -# Contributor (Arch): Lukas Fleischer <archlinux at cryptocrack dot de> +# $Id: PKGBUILD 172455 2016-04-28 20:48:42Z arodseth $ +# Maintainer (Arch): Alexander F Rødseth <xyproto@archlinux.org> +# Contributor (Arch): Lukas Fleischer <lfleischer@archlinux.org> # Contributor (Arch): jlvsimoes <jlvsimoes@oninet.pt> # Contributor (Arch): kevin <kevin@archlinux.org> # Contributor: André Silva <emulatorman@parabola.nu> @@ -9,16 +9,15 @@ pkgname=abuse _pkgname=$pkgname-libre pkgver=0.8 -pkgrel=5.parabola1 +pkgrel=6.parabola1 pkgdesc='Side-scroller action game that pits you against ruthless alien killers, without nonfree claudio support' -arch=('x86_64' 'i686') -url="http://$pkgname.zoy.org/" +arch=('x86_64' 'i686' 'armv7h') +url='http://abuse.zoy.org/' license=('GPL' 'custom') replaces=($_pkgname) conflicts=($_pkgname) depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils') makedepends=('gendesk' 'mesa-libgl' 'glu') -install="$pkgname.install" mksource=("http://$pkgname.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz" 'non-claudio.patch') source=("https://repo.parabola.nu/other/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/libre/abuse/abuse.install b/libre/abuse/abuse.install deleted file mode 100644 index ad97d7bab..000000000 --- a/libre/abuse/abuse.install +++ /dev/null @@ -1,13 +0,0 @@ -post_upgrade() { - update-desktop-database -q -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} - -# vim:set ts=2 sw=2 et: |