summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57f3308b62d5..13d1328daebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=wllvm-git
pkgver=r461.6d8955b
-pkgrel=1
+pkgrel=2
pkgdesc="A wrapper script to build whole-program LLVM bitcode files"
arch=('any')
url="https://github.com/travitch/whole-program-llvm"
license=('MIT')
depends=('python')
makedepends=('git' 'python-setuptools')
+provides=('wllvm')
+conflicts=('wllvm')
source=("$pkgname"::'git+https://github.com/travitch/whole-program-llvm.git')
md5sums=('SKIP')