summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLartza2020-08-24 12:39:08 +0300
committerLartza2020-08-24 12:39:08 +0300
commitfe58478b8ed0ab4c7aa73e1143adda0e058961b8 (patch)
tree65ea093e94bbdad67bfb364626219116f04628b3
parentc253d38dd03b31e7a7988b8ffaa4b67dc717390a (diff)
downloadaur-fe58478b8ed0ab4c7aa73e1143adda0e058961b8.tar.gz
Update to 5.3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8c64c80b73..3827c607f7bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = unnethack
pkgdesc = Variant of NetHack. It features more randomness, more levels, more challenges and more fun than vanilla NetHack.
- pkgver = 5.2.0
+ pkgver = 5.3.2
pkgrel = 1
url = https://unnethack.wordpress.com
arch = i686
arch = x86_64
license = custom
depends = bash
- source = https://github.com/UnNetHack/UnNetHack/archive/5.2.0.tar.gz
- sha256sums = a5b2577d0caa721d0c9107c084e64ebb58041bc931c3f53f2fb02e70862d1232
+ source = https://github.com/UnNetHack/UnNetHack/archive/5.3.2.tar.gz
+ sha256sums = a32a2c0e758eb91842033d53d43f718f3bc719a346e993d9b23bac06f0ac9004
pkgname = unnethack
diff --git a/PKGBUILD b/PKGBUILD
index c5e2761f69e2..5a1a807790df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Joshua Hunt <snark1994 at gmail dot com>
# Contributor: Joao Cordeiro <jlcordeiro at gmail dot com>
pkgname=unnethack
-pkgver=5.2.0
+pkgver=5.3.2
pkgrel=1
pkgdesc="Variant of NetHack. It features more randomness, more levels, more challenges and more fun than vanilla NetHack."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://unnethack.wordpress.com"
license=('custom')
depends=('bash')
source=(https://github.com/UnNetHack/UnNetHack/archive/$pkgver.tar.gz)
-sha256sums=('a5b2577d0caa721d0c9107c084e64ebb58041bc931c3f53f2fb02e70862d1232')
+sha256sums=('a32a2c0e758eb91842033d53d43f718f3bc719a346e993d9b23bac06f0ac9004')
prepare() {
cd "$srcdir/UnNetHack-$pkgver"