summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2017-04-08 10:14:34 -0400
committerKyle Keen2017-04-08 10:14:34 -0400
commitd854fd769281cc94131694a30c23d0724e4ace14 (patch)
treef865191c06fccbd57de730586c11a3370df858e7
parenta531095531e0bb55149b93f2a9b902a8ffaebe08 (diff)
downloadaur-d854fd769281cc94131694a30c23d0724e4ace14.tar.gz
libtcod 1.5.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbdd8c46feb1..acd6b623e3d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
+# Generated by mksrcinfo v8
+# Sat Apr 8 14:14:32 UTC 2017
pkgbase = brogue
pkgdesc = A 26-level dungeon crawl to the Amulet of Yendor.
pkgver = 1.7.4
- pkgrel = 1
+ pkgrel = 2
url = http://sites.google.com/site/broguegame/
install = brogue.install
arch = i686
arch = x86_64
license = AGPL3
- depends = sdl
- depends = libtcod
+ depends = libtcod-151
source = https://sites.google.com/site/broguegame/brogue-1.7.4-linux-i386.tbz2
source = brogue.sh
md5sums = 8ef1d4b985b4e73685f52db80200262c
diff --git a/PKGBUILD b/PKGBUILD
index 26bdad963c83..451b2c0a096a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=brogue
pkgver=1.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="A 26-level dungeon crawl to the Amulet of Yendor."
arch=('i686' 'x86_64')
url="http://sites.google.com/site/broguegame/"
license=('AGPL3')
-depends=('sdl' 'libtcod')
+depends=('libtcod-151')
install=brogue.install
source=(https://sites.google.com/site/broguegame/brogue-1.7.4-linux-i386.tbz2
'brogue.sh')
@@ -18,8 +18,8 @@ md5sums=('8ef1d4b985b4e73685f52db80200262c'
build() {
cd "$srcdir/$pkgname-$pkgver"
- sed -i '/^CFLAGS=*/a CFLAGS+=-I/usr/include/libtcod' Makefile
- sed -i 's/-ltcod/-ltcod -lSDL -lm/g' Makefile
+ sed -i '/^CFLAGS=*/a CFLAGS+=-I/usr/include/libtcod-1.5.1' Makefile
+ sed -i 's/-ltcod/-l:libtcod.so.1.5.1 -lSDL -lm/g' Makefile
# todo, fix sources to use /usr/share directly and remove brogue.sh