summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2015-11-18 21:01:00 +0200
committerPerttu Luukko2015-11-18 21:01:00 +0200
commitca56155d4cb8cba8d90c0d3c01976b6517e65b64 (patch)
tree8c067e7db2cd19cb2ae432bab1b7f5d153b8aa4d /PKGBUILD
parentd228a9b20070f89f631073c6933ba988b71e460d (diff)
downloadaur-ca56155d4cb8cba8d90c0d3c01976b6517e65b64.tar.gz
Fix ncurses dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5d3eb4d09dc..5357ba8dfc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,12 @@ DLAGENTS=("http::/usr/bin/wget --user ${_username} --password ${_password} %u")
pkgname=adom-restricted
pkgver=61
-pkgrel=1
+pkgrel=2
pkgdesc="A roguelike game with a quest-centric, plot driven structure"
arch=("i686" "x86_64" "armv6h")
conflicts=("adom")
provides=("adom")
-depends=("ncurses")
+depends=("ncurses5-compat-libs")
url="http://www.adom.de/"
license=('custom: "adom"')