summaryrefslogtreecommitdiff
path: root/lbreakouthd/PKGBUILD
diff options
context:
space:
mode:
authorDeposite Pirate2026-02-11 22:17:08 +0000
committerDeposite Pirate2026-02-11 22:17:08 +0000
commitdb8ac91c82d37c2561aacdc8e486c7c8fdd1aa6d (patch)
tree9fea0fa722a13d3518fbcce8eccb2f69d9984cdd /lbreakouthd/PKGBUILD
parent951e99d72d320697ed6a05348f219be4a1bc4850 (diff)
Bump.
modified: lbreakouthd/.SRCINFO modified: lbreakouthd/PKGBUILD
Diffstat (limited to 'lbreakouthd/PKGBUILD')
-rw-r--r--lbreakouthd/PKGBUILD10
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() {