summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 091c22612f8c..fe7bfe3c6426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = wllvm-git
pkgdesc = A wrapper script to build whole-program LLVM bitcode files
pkgver = r461.6d8955b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/travitch/whole-program-llvm
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python
+ provides = wllvm
+ conflicts = wllvm
source = wllvm-git::git+https://github.com/travitch/whole-program-llvm.git
md5sums = SKIP
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')