summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3726308067d..565450283f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 12 07:52:41 UTC 2017
+# Thu Apr 20 18:01:37 UTC 2017
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.43.05
@@ -12,6 +12,7 @@ pkgbase = dfhack-bin
depends = dwarffortress=0.43.05
depends = lua
depends = protobuf
+ provides = dfhack
conflicts = dfhack
conflicts = dfhack-git
source = dfhack.sh
diff --git a/PKGBUILD b/PKGBUILD
index 7bbfeeae902e..2f4a337203d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ depends=(bash
protobuf)
conflicts=(dfhack dfhack-git)
+provides=(dfhack)
source_i686=(https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-32-gcc-4.8.1.tar.bz2)
source_x86_64=(https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64-gcc-4.8.1.tar.bz2)