summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLauri Gustafsson2024-04-12 11:22:57 +0300
committerLauri Gustafsson2024-04-12 11:22:57 +0300
commitc3e66d4ef6337466a24e4a44a8ffd3d32400a6c8 (patch)
tree5319466fa975b713d640d9f2774e4c8a35cda7e6 /PKGBUILD
parent99da6067e6d73ce844869463be9d0100e5d174b5 (diff)
downloadaur-lbreakouthd.tar.gz
Update to 1.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa7fc9f1d62d..4777134c8c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Upstream: https://git.metalpunks.info/arch-ports
pkgname=lbreakouthd
-pkgver=1.1.6
+pkgver=1.1.7
pkgrel=1
pkgdesc="Scalable 16:9 remake of LBreakout2"
arch=('i686' 'x86_64' 'aarch64')
@@ -12,7 +12,7 @@ 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=('1a8af62e733cbe2eac9096f37d1e74db7275dc6c6fa9ca48aee6bd4be9d3fd2d')
+sha256sums=('8af813f3260414ae24109922963dcd3f838eda6064936671e88f8495d7b44e41')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"