summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8720c64406f..919b8683ddf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = angband-ncurses
pkgdesc = A roguelike dungeon exploration game based on the writings of JRR Tolkien (ncurses-only)
pkgver = 4.0.0
- pkgrel = 2
+ pkgrel = 3
url = http://rephial.org/
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = angband-ncurses
depends = ncurses
conflicts = angband
conflicts = angband-git
- source = http://rephial.org/downloads/4.0/angband-v4.0.0.tar.gz
- md5sums = 3813f95f46166ff383923eaba462b194
+ source = http://rephial.org/downloads/4.0/angband-4.0.0.tar.gz
+ sha256sums = f2b674350bbaca2bc803dc4aeb3e421c2a08737e574c666cf4694c9b327fa9aa
pkgname = angband-ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 47058e0f1979..b5f4fd4b2aa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_pkgname=angband
pkgname=angband-ncurses
pkgver=4.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien (ncurses-only)"
arch=('i686' 'x86_64')
url="http://rephial.org/"
@@ -23,7 +23,7 @@ makedepends=('python-docutils'
conflicts=('angband' 'angband-git')
source=(
#"${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz"
- "http://rephial.org/downloads/${pkgver:0:3}/${_pkgname}-v${pkgver}.tar.gz"
+ "http://rephial.org/downloads/${pkgver:0:3}/${_pkgname}-${pkgver}.tar.gz"
)
@@ -52,4 +52,4 @@ package() {
install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${_pkgname}/COPYING"
}
-md5sums=('3813f95f46166ff383923eaba462b194')
+sha256sums=('f2b674350bbaca2bc803dc4aeb3e421c2a08737e574c666cf4694c9b327fa9aa')