diff options
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}" |