[arch-commits] Commit in angband/trunk (PKGBUILD)

Jakob Gruber schuay at archlinux.org
Wed Jul 1 07:51:13 UTC 2015


    Date: Wednesday, July 1, 2015 @ 09:51:13
  Author: schuay
Revision: 136190

angband-4.0.0-1

Modified:
  angband/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-01 07:15:06 UTC (rev 136189)
+++ PKGBUILD	2015-07-01 07:51:13 UTC (rev 136190)
@@ -8,7 +8,7 @@
 # Contributor: Sebastian Sareyko <public at nooms.de>
 
 pkgname=angband
-pkgver=3.5.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 license=('GPL2' 'custom')
 depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
 makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-v${pkgver}.tar.gz")
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz")
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -43,4 +43,4 @@
   install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('3b9a324551cfd48b101f197a8441f135')
+md5sums=('3813f95f46166ff383923eaba462b194')



More information about the arch-commits mailing list