summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Gustafsson2021-11-13 11:37:56 +0200
committerLauri Gustafsson2021-11-13 11:37:56 +0200
commitce45877bc4223ddd0350589b23989ce61379196a (patch)
treebe0affbf76dff996ba3c7f5ea60483a27db45fd2
parentc1f805d05cb7b86acd4c5c3215172b031e738e56 (diff)
downloadaur-ce45877bc4223ddd0350589b23989ce61379196a.tar.gz
Update to version 1.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0daec275bdaa..3deb839185ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lbreakouthd
pkgdesc = Scaleable 16:9 remake of LBreakout2
- pkgver = 1.0.7
+ pkgver = 1.0.8
pkgrel = 1
url = http://lgames.sourceforge.net/LBreakoutHD/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lbreakouthd
depends = sdl2_ttf
depends = sdl2_image
depends = sdl2_mixer
- source = https://downloads.sourceforge.net/project/lgames/lbreakouthd/lbreakouthd-1.0.7.tar.gz
- md5sums = fbddda9f5a5791aeb433b7bb440bf3ee
+ source = https://downloads.sourceforge.net/project/lgames/lbreakouthd/lbreakouthd-1.0.8.tar.gz
+ md5sums = 3463fc9e75ba6dfdc99d3d011089022d
pkgname = lbreakouthd
diff --git a/PKGBUILD b/PKGBUILD
index 9f09c8e4067d..982aa006e080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lauri Gustafsson <me at gustafla dot space>
pkgname=lbreakouthd
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
pkgdesc="Scaleable 16:9 remake of LBreakout2"
arch=("x86_64")
@@ -9,8 +9,8 @@ url="http://lgames.sourceforge.net/LBreakoutHD/"
license=("GPL3")
depends=("sdl2" "sdl2_ttf" "sdl2_image" "sdl2_mixer")
#makedepends=("")
-source=("https://downloads.sourceforge.net/project/lgames/lbreakouthd/lbreakouthd-1.0.7.tar.gz")
-md5sums=("fbddda9f5a5791aeb433b7bb440bf3ee")
+source=("https://downloads.sourceforge.net/project/lgames/lbreakouthd/lbreakouthd-1.0.8.tar.gz")
+md5sums=("3463fc9e75ba6dfdc99d3d011089022d")
prepare() {
cd "$srcdir/$pkgname-$pkgver"