summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Tsagk2023-05-25 13:51:34 +0100
committerTom Tsagk2023-05-25 13:51:44 +0100
commit3fc6412b7adb7dcbce20bb0078db750e574e2c9b (patch)
tree67804e1c169002e832f49c8dca3e18b8f0d299b4 /PKGBUILD
parentafc0e622903d92430e9e35208fc7875d1053c574 (diff)
downloadaur-rue.tar.gz
Update to `v1.0.7`
* Tidy up gameplay
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cacd97195c1..8766e1514b38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Tsagkatos <tomtsagkatos@afloof.dev>
-pkgname=rue
+pkgname=rue
pkgdesc="A card game about deduction, love and regret"
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
arch=('x86_64')
url="https://afloofdev.com/games/rue"
@@ -9,7 +9,7 @@ license=('GPL3')
makedepends=('avdl')
depends=('sdl2' 'sdl2_mixer' 'glew')
source=($pkgname-$pkgver.tar.gz::https://github.com/tomtsagk/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
-md5sums=('b181d4e5d204816b54954bd23f31f8d5')
+md5sums=('95ce37d29929dbae365f008bda46cc71')
build() {
cd "$pkgname-$pkgver"