summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"')