summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2015-11-18 21:01:00 +0200
committerPerttu Luukko2015-11-18 21:01:00 +0200
commitca56155d4cb8cba8d90c0d3c01976b6517e65b64 (patch)
tree8c067e7db2cd19cb2ae432bab1b7f5d153b8aa4d
parentd228a9b20070f89f631073c6933ba988b71e460d (diff)
downloadaur-ca56155d4cb8cba8d90c0d3c01976b6517e65b64.tar.gz
Fix ncurses dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b06e82dc4c5..05ccf502b6ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = adom-restricted
pkgdesc = A roguelike game with a quest-centric, plot driven structure
pkgver = 61
- pkgrel = 1
+ pkgrel = 2
url = http://www.adom.de/
arch = i686
arch = x86_64
arch = armv6h
license = custom: "adom"
- depends = ncurses
+ depends = ncurses5-compat-libs
provides = adom
conflicts = adom
source = LICENSE
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"')