summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-08-27 12:13:47 +0200
committerFrederic Bezies2023-08-27 12:13:47 +0200
commit898cd092c354eea3a1b609ce3485980edadbb69e (patch)
treee50b346757887c415ed30c699a3dceceb9e49baf
parentf1c3610353e1908da89220d00ce8ecca57fef80f (diff)
downloadaur-898cd092c354eea3a1b609ce3485980edadbb69e.tar.gz
4.2.5 update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ed96fd7fd03..8873ed910dfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = angband-git
pkgdesc = A roguelike dungeon-exploration game based on Tolkien's books
- pkgver = 4.2.4.r293.gf22d6e68e
+ pkgver = 4.2.5.r1.g4e5b8b649
pkgrel = 1
url = http://rephial.org/
arch = i686
@@ -14,7 +14,6 @@ pkgbase = angband-git
depends = sdl2_ttf
depends = sdl2_mixer
conflicts = angband
- conflicts = angband-svn
source = angband-git::git+https://github.com/angband/angband.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 96e8da3690f0..5f26d32af189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: andmars <andreas.marschall @ unitybox.de>
# Contributor: SaThaRiel <sathariel74[at] gmail[dot]com>
pkgname=angband-git
-pkgver=4.2.4.r293.gf22d6e68e
+pkgver=4.2.5.r1.g4e5b8b649
pkgrel=1
pkgdesc="A roguelike dungeon-exploration game based on Tolkien's books"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://rephial.org/"
license=('GPL2' 'custom')
depends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer')
makedepends=('git' 'autogen' 'python-docutils')
-conflicts=('angband' 'angband-svn')
+conflicts=('angband')
source=("$pkgname"::'git+https://github.com/angband/angband.git')
sha256sums=('SKIP')