summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2017-04-20 20:02:00 +0200
committerChristian Krause2017-04-20 20:02:00 +0200
commit5a9ae6c0b000c7e19140dd749611ccb6c932b791 (patch)
tree4ff58e81c41eb3489595592a9a405d1fb883cdf7
parent93c9dd430d49f8aff30f93b379f99541544ef7b0 (diff)
downloadaur-5a9ae6c0b000c7e19140dd749611ccb6c932b791.tar.gz
adds provides
-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)