summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2020-09-28 08:45:02 +0200
committerFrederic Bezies2020-09-28 08:45:02 +0200
commit5973fc9537f5d31fd5ced4c1792372f1aac7c6f9 (patch)
tree362a2e8195905d56dd05f8fc6a9b469a8fd6776c /PKGBUILD
parent328216dfa739adb12be56d2778d430a0820a10c5 (diff)
downloadaur-5973fc9537f5d31fd5ced4c1792372f1aac7c6f9.tar.gz
2.6.0 update, thanks to arisinfenix for the patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7512bb915803..a7469f94d35f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
-# Contributor: Michael Straube <michael.straube@posteo.de>
+# Contributor: Michael Straube <michael.straubej@gmail.com>
# Contributor: pj1031999 <pj1031999@gmail.com>
# Contributor: Michal Docekal <docekal@gmail.com>
# Contributor: Laurie Clark-Michalek <bluepeppers (at) archlinux (dot) us>
pkgname=blockattack
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc="Open source Tetris Attack clone"
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ depends=('boost-libs' 'sdl2_mixer' 'sdl2_image' 'sdl2_ttf' 'physfs' 'hicolor-ico
makedepends=('cmake' 'boost' 'utf8cpp' 'zip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/blockattack/blockattack-game/archive/v$pkgver.tar.gz"
"utf8cpp.patch")
-sha256sums=('8fbb8b5e853c6a73f8fadc034030b0886bb928484ef4aac4e2c3806346e45ad8'
- 'd5dad9e69a7b195473613792dca7f47b54088a4c0072acbacd381eec25f0c399')
+sha256sums=('0967966e04e11c45dc0fe24b3caa583e591b4c7b39511d69805320ea22a21990'
+ 'a3e6591e597d715d50037e9f15b9a4e5ce80cebe1e54e1eaaa95ca6c8d1858ec')
prepare() {
cd $pkgname-game-$pkgver