diff options
Diffstat (limited to 'lbreakouthd/PKGBUILD')
| -rw-r--r-- | lbreakouthd/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lbreakouthd/PKGBUILD b/lbreakouthd/PKGBUILD index 3057865..54ac81c 100644 --- a/lbreakouthd/PKGBUILD +++ b/lbreakouthd/PKGBUILD @@ -3,19 +3,21 @@ # Upstream: https://git.metalpunks.info/arch-ports pkgname=lbreakouthd -pkgver=1.0.10 +pkgver=1.2.1 pkgrel=1 pkgdesc="Scalable 16:9 remake of LBreakout2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'aarch64') url="http://lgames.sourceforge.net/LBreakoutHD/" license=('GPL3') +makedepends=('automake') depends=('sdl2' 'sdl2_ttf' 'sdl2_image' 'sdl2_mixer') source=("https://downloads.sourceforge.net/project/lgames/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('8651a13daf75bbaa4e699a052520dc5d841d8b34c58eeb932e7c7d7dcad75210') +sha256sums=('73f4d955e393fb0d4c2f44798d385567cfda9afc8c6245ac484eaf4ab4458ef3') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|-Wno-format||g' configure + cp $(ls -td /usr/share/automake-* | head -n1)/config.guess . + sed -i 's|-Wno-format||g' configure } build() { |
