summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2023-07-14 20:10:57 +0200
committerkleintux2023-07-14 20:10:57 +0200
commit7839ef6102dad23470ffe8fd4c14f168dffb68cb (patch)
tree2a6eaaa90f0a613321094dff03beabcc9450c7da /PKGBUILD
parent237b9a18bb13bb5befb1da52a4918167c6108eff (diff)
downloadaur-7839ef6102dad23470ffe8fd4c14f168dffb68cb.tar.gz
fixed checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42e915358737..2a81b8ba25de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sulis-bin
pkgver=0.6.0
-pkgrel=3
+pkgrel=4
pkgdesc="Turn based tactical RPG with several campaigns, written in Rust"
arch=('x86_64')
url="https://www.sulisgame.com"
@@ -13,7 +13,7 @@ depends=('alsa-lib')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Grokmoo/sulis/releases/download/${pkgver}/sulis-${pkgver}-linux64.zip"
"sulis.desktop")
sha256sums=('79fad49f64fc50d61230b1333f1f592f021c97303ee6a239828b06adb8d92d67'
- 'c8a9dc17736d30d5780611dda44346285ece0fb415996b75b92cc8491de6d90c')
+ 'a50a7a77e277b556310cb0de3847cda3249d661f3487590bb413d26a55288be6')
prepare() {
cd "${srcdir}/sulis"