summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf150c0287a9..b8b8baa783ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dfhack
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.47.05
- pkgrel = 4
+ pkgrel = 5
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -21,6 +21,7 @@ pkgbase = dfhack
depends = libglvnd
depends = libxcursor
depends = libxinerama
+ depends = libxcrypt-compat
conflicts = dfhack-bin
conflicts = dfhack-git
source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.05-r3
diff --git a/PKGBUILD b/PKGBUILD
index 9386e54d7c47..888035de48c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=dfhack
pkgver=0.47.05
_pkgver=$pkgver-r3
-pkgrel=4
+pkgrel=5
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
url="https://dfhack.readthedocs.io/en/stable/"
license=('custom')
-depends=("dwarffortress=$pkgver" lua protobuf libpng12 libxrandr libjpeg6 freetype2 libglvnd libxcursor libxinerama)
+depends=("dwarffortress=$pkgver" lua protobuf libpng12 libxrandr libjpeg6 freetype2 libglvnd libxcursor libxinerama libxcrypt-compat)
makedepends=('cmake' 'git' 'python-sphinx' 'perl-xml-libxml' 'perl-xml-libxslt')
conflicts=('dfhack-bin' 'dfhack-git')