summaryrefslogtreecommitdiff
path: root/lbreakouthd
diff options
context:
space:
mode:
Diffstat (limited to 'lbreakouthd')
-rw-r--r--lbreakouthd/.SRCINFO8
-rw-r--r--lbreakouthd/PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/lbreakouthd/.SRCINFO b/lbreakouthd/.SRCINFO
index b8a4ae4..048533d 100644
--- a/lbreakouthd/.SRCINFO
+++ b/lbreakouthd/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = lbreakouthd
pkgdesc = Scalable 16:9 remake of LBreakout2
- pkgver = 1.0.10
+ pkgver = 1.2.1
pkgrel = 1
url = http://lgames.sourceforge.net/LBreakoutHD/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
+ makedepends = automake
depends = sdl2
depends = sdl2_ttf
depends = sdl2_image
depends = sdl2_mixer
- source = https://downloads.sourceforge.net/project/lgames/lbreakouthd/lbreakouthd-1.0.10.tar.gz
- sha256sums = 8651a13daf75bbaa4e699a052520dc5d841d8b34c58eeb932e7c7d7dcad75210
+ source = https://downloads.sourceforge.net/project/lgames/lbreakouthd/lbreakouthd-1.2.1.tar.gz
+ sha256sums = 73f4d955e393fb0d4c2f44798d385567cfda9afc8c6245ac484eaf4ab4458ef3
pkgname = lbreakouthd
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() {