summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLartza2022-01-26 22:30:00 +0200
committerLartza2022-01-26 22:30:00 +0200
commitfb9131f5bcc3dc05323d9f7ead1e8355f23c3cdd (patch)
tree2863b7572e29484e373196d1d068b6ecebb5b849
parent0da9f9aa4ea8500580fc441b5bfb7f727e897345 (diff)
downloadaur-unnethack.tar.gz
5.3.2-3: Patch index increased to 10 characters
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abd89e82f749..ab375dbfbb60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = unnethack
pkgdesc = Variant of NetHack. It features more randomness, more levels, more challenges and more fun than vanilla NetHack.
pkgver = 5.3.2
- pkgrel = 2
+ pkgrel = 3
url = https://unnethack.wordpress.com
arch = i686
arch = x86_64
license = custom
depends = bash
- source = https://github.com/UnNetHack/UnNetHack/archive/5.3.2.tar.gz
+ source = unnethack-5.3.2.tar.gz::https://github.com/UnNetHack/UnNetHack/archive/5.3.2.tar.gz
source = https://github.com/UnNetHack/UnNetHack/commit/04f0a3a850a94eb8837ddcef31303968240d1c31.patch
sha256sums = a32a2c0e758eb91842033d53d43f718f3bc719a346e993d9b23bac06f0ac9004
- sha256sums = 0b88737eba9a8028bcf8a886f36f66b3920b4d1eb03847088ed4e350d5327d7f
+ sha256sums = 7d8b43f16bd0d8ef5d07289df56ba86990d424a2f3aefb4cf72d589427c14879
pkgname = unnethack
-
diff --git a/PKGBUILD b/PKGBUILD
index 34484398fb04..1ad5a36c6898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Joao Cordeiro <jlcordeiro at gmail dot com>
pkgname=unnethack
pkgver=5.3.2
-pkgrel=2
+pkgrel=3
pkgdesc="Variant of NetHack. It features more randomness, more levels, more challenges and more fun than vanilla NetHack."
arch=('i686' 'x86_64')
url="https://unnethack.wordpress.com"
license=('custom')
depends=('bash')
-source=(https://github.com/UnNetHack/UnNetHack/archive/$pkgver.tar.gz
+source=("$pkgname-$pkgver.tar.gz::https://github.com/UnNetHack/UnNetHack/archive/$pkgver.tar.gz"
https://github.com/UnNetHack/UnNetHack/commit/04f0a3a850a94eb8837ddcef31303968240d1c31.patch)
sha256sums=('a32a2c0e758eb91842033d53d43f718f3bc719a346e993d9b23bac06f0ac9004'
- '0b88737eba9a8028bcf8a886f36f66b3920b4d1eb03847088ed4e350d5327d7f')
+ '7d8b43f16bd0d8ef5d07289df56ba86990d424a2f3aefb4cf72d589427c14879')
prepare() {
cd "$srcdir/UnNetHack-$pkgver"