diff options
author | Deposite Pirate | 2021-11-13 11:47:34 +0100 |
---|---|---|
committer | Deposite Pirate | 2021-11-13 11:47:34 +0100 |
commit | cd8bf82e7f8aed5d82ab0a9f45206d9c01861112 (patch) | |
tree | 1fefb54200405635d701c54f72c38321f99818be /lbreakouthd/PKGBUILD | |
parent | 8fbede26be61ed7cc364a397e63cc620f62d0c2e (diff) |
Bump
modified: lbreakouthd/.SRCINFO
modified: lbreakouthd/PKGBUILD
Diffstat (limited to 'lbreakouthd/PKGBUILD')
-rw-r--r-- | lbreakouthd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lbreakouthd/PKGBUILD b/lbreakouthd/PKGBUILD index f23c8e3..e2a0ebb 100644 --- a/lbreakouthd/PKGBUILD +++ b/lbreakouthd/PKGBUILD @@ -3,7 +3,7 @@ # Upstream: https://git.metalpunks.info/arch-ports pkgname=lbreakouthd -pkgver=1.0.7 +pkgver=1.0.8 pkgrel=1 pkgdesc="Scalable 16:9 remake of LBreakout2" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://lgames.sourceforge.net/LBreakoutHD/" license=('GPL3') depends=('sdl2' 'sdl2_ttf' 'sdl2_image' 'sdl2_mixer') source=("https://downloads.sourceforge.net/project/lgames/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('48208df9ed194ce1ec3a95b8d4bcdebfd4bd56c9ea9db9c5d3689e802adbf634') +sha256sums=('ed5c19259938e7c73e7e7ce905a31d0ba647fc08cf291735b227f871131d148c') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" |