summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"