summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4c49dfdb317..92f57fc3cdd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alan Witkowski <alan dot witkowski at gmail dot com>
pkgname=openflap
-pkgver=1.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="A game about bouncing balls through holes"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_mixer')
makedepends=('cmake')
changelog=Changelog
source=("https://github.com/jazztickets/openflap/archive/$pkgver.tar.gz")
-sha256sums=('00a63f555286c3d1c24bce9528ec59688d0807749f7b515720023588c6d17131')
+sha256sums=('d8be341b7287892517a54e1a1d6155388c8d0da5695037aab4894b27ae68392d')
prepare() {
cd "$srcdir/$pkgname-$pkgver"