summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2020-05-30 09:06:07 +0200
committerFrederic Bezies2020-05-30 09:06:07 +0200
commitbee71e2c31af09e61bb32b80f2188055a161e546 (patch)
tree303cd0d294d73a4c49a0ef27a8de50d784a099ef
parent22b226be9ab0b9b5c969b3fde7ca0a8e444434bb (diff)
downloadaur-bee71e2c31af09e61bb32b80f2188055a161e546.tar.gz
May 30th, 2020 update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3987aeaca26..16f0aec93731 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.0.r334.g4aa617b1b
+ pkgver = 4.2.0.r345.g78a15a69e
pkgrel = 1
url = http://rephial.org/
arch = i686
@@ -10,7 +10,6 @@ pkgbase = angband-git
makedepends = git
makedepends = autogen
makedepends = python-docutils
- makedepends = clang
depends = sdl_image
depends = sdl_ttf
depends = sdl_mixer
diff --git a/PKGBUILD b/PKGBUILD
index 93f96a6c7476..091d578555ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: andmars <andreas.marschall @ unitybox.de>
# Contributor: SaThaRiel <sathariel74[at] gmail[dot]com>
pkgname=angband-git
-pkgver=4.2.0.r334.g4aa617b1b
+pkgver=4.2.0.r345.g78a15a69e
pkgrel=1
pkgdesc="A roguelike dungeon-exploration game based on Tolkien's books"
arch=('i686' 'x86_64')
url="http://rephial.org/"
license=('GPL2' 'custom')
depends=('sdl_image' 'sdl_ttf' 'sdl_mixer')
-makedepends=('git' 'autogen' 'python-docutils' 'clang')
+makedepends=('git' 'autogen' 'python-docutils')
conflicts=('angband' 'angband-svn')
source=("$pkgname"::'git+https://github.com/angband/angband.git')
md5sums=('SKIP')
@@ -28,9 +28,6 @@ prepare() {
}
build() {
- # until gcc 10.x bugs are fixed, let's use CLANG instead
- export CC='clang --target=x86_64-unknown-linux-gnu'
- export CXX='clang++ --target=x86_64-unknown-linux-gnu'
cd "$srcdir/$pkgname"
./configure \
--prefix=/usr \