diff options
Diffstat (limited to 'pcr/boswars/PKGBUILD')
-rw-r--r-- | pcr/boswars/PKGBUILD | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/pcr/boswars/PKGBUILD b/pcr/boswars/PKGBUILD index 61657d82b..b78a98f75 100644 --- a/pcr/boswars/PKGBUILD +++ b/pcr/boswars/PKGBUILD @@ -1,20 +1,27 @@ +# Maintainer (AUR): carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG +# Contributor (AUR): Diogo Leal <estranho@diogoleal.com> # Maintainer : Aurélien DESBRIÈRES <aurelien@hackers.camp> -# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG -# Contributor: Diogo Leal <estranho@diogoleal.com> + +# parabola changes and rationale: +# no changes. pkgname=boswars pkgver=2.7 -pkgrel=5 +pkgrel=5.1 pkgdesc="Futuristic real-time strategy game" url="http://www.boswars.org" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') depends=('sdl' 'libpng' 'lua51' 'libvorbis' 'libtheora' 'libgl' 'python2') makedepends=('glu' 'coreutils') # nproc is in coreutils source=("http://www.boswars.org/dist/releases/$pkgname-$pkgver-src.tar.gz" "boswars.sh" "boswars.png" "boswars.desktop") +sha256sums=('dc3718f531e9ea413cf37e1333b62a4c5e69f1405502d9c59b9e424635135e3e' + '8f90601f1aedee2d2b097b3a47200013ec61639ca3dd6c8936dfc733eb5dc634' + 'f89454681f02df31f5714747563ce30c4643cda96d91b7fc29216dacf92e8b10' + '666712c9cf7fff391e6a67f99fdc12f6fce45777ee0891a808cb2a00910c739c') prepare() { cd $pkgname-$pkgver-src |