summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2017-11-04 07:49:39 +0100
committerFrederic Bezies2017-11-04 07:49:39 +0100
commite412e3e11c50124d0cb37e6194e75ce7ad21bb2b (patch)
tree0a3dd96ca81fb888a82df53cca2bb8237561d20e
parent49cc7bf04bcab94f5f52f4683ef360c68fc498c3 (diff)
downloadaur-e412e3e11c50124d0cb37e6194e75ce7ad21bb2b.tar.gz
update and namcap cleanup
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 066b4c888285..ab98d69c78a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 28 08:17:59 UTC 2017
+# Sat Nov 4 06:49:27 UTC 2017
pkgbase = angband-git
pkgdesc = A roguelike dungeon-exploration game based on Tolkien's books
- pkgver = 4.1.0.r76.g2d51f5b0
+ pkgver = 4.1.0.r82.g20105423
pkgrel = 1
url = http://rephial.org/
arch = i686
@@ -12,13 +12,9 @@ pkgbase = angband-git
makedepends = git
makedepends = autogen
makedepends = python-docutils
- depends = sdl
depends = sdl_image
depends = sdl_ttf
depends = sdl_mixer
- depends = ncurses
- depends = libx11
- depends = freetype2
conflicts = angband
conflicts = angband-svn
source = angband-git::git+https://github.com/angband/angband.git
diff --git a/PKGBUILD b/PKGBUILD
index 24edf684f340..614cc18d82fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: andmars <andreas.marschall @ unitybox.de>
# Contributor: SaThaRiel <sathariel74[at] gmail[dot]com>
pkgname=angband-git
-pkgver=4.1.0.r76.g2d51f5b0
+pkgver=4.1.0.r82.g20105423
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' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'libx11' 'freetype2')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer')
makedepends=('git' 'autogen' 'python-docutils')
conflicts=('angband' 'angband-svn')
source=("$pkgname"::'git+https://github.com/angband/angband.git')