summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Keen2017-04-08 10:14:34 -0400
committerKyle Keen2017-04-08 10:14:34 -0400
commitd854fd769281cc94131694a30c23d0724e4ace14 (patch)
treef865191c06fccbd57de730586c11a3370df858e7 /PKGBUILD
parenta531095531e0bb55149b93f2a9b902a8ffaebe08 (diff)
downloadaur-d854fd769281cc94131694a30c23d0724e4ace14.tar.gz
libtcod 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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