summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Krause2017-04-20 20:02:00 +0200
committerChristian Krause2017-04-20 20:02:00 +0200
commit5a9ae6c0b000c7e19140dd749611ccb6c932b791 (patch)
tree4ff58e81c41eb3489595592a9a405d1fb883cdf7 /PKGBUILD
parent93c9dd430d49f8aff30f93b379f99541544ef7b0 (diff)
downloadaur-5a9ae6c0b000c7e19140dd749611ccb6c932b791.tar.gz
adds provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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)