summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2017-07-31 14:22:54 +0200
committerMichael Straube2017-07-31 14:22:54 +0200
commitc9f92a74390db895a50b9d71e4078ee235cf1abc (patch)
tree566de75ffe4e7214445e0632edfd5e1bbe80c552 /PKGBUILD
parent39ede7d3546c2a43f4817e862d4a2e044c32537e (diff)
downloadaur-c9f92a74390db895a50b9d71e4078ee235cf1abc.tar.gz
Update to 2.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 276a7f6524d9..cba699a3a611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Laurie Clark-Michalek <bluepeppers (at) archlinux (dot) us>
pkgname=blockattack
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="An open source clone of Tetris Attack based on SDL"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('boost-libs' 'sdl2_mixer' 'sdl2_image' 'sdl2_ttf' 'physfs' 'hicolor-icon-theme')
makedepends=('cmake' 'boost' 'utf8cpp' 'zip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/blockattack/blockattack-game/archive/v$pkgver.tar.gz")
-sha256sums=('fe677f5632c5b05dbd6024cc46b6ed4a185d9bbc8d20558b2087c7f41de32a7d')
+sha256sums=('602509de6679578f9ee6bdce8aea122de2c0e2531bdf438b3ec42c3662e8504a')
build() {
cd $pkgname-game-$pkgver