summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Houdebert2015-05-07 20:31:15 +0200
committerKevin Houdebert2015-05-07 20:31:15 +0200
commit848c560804dac2d8101e5d15679a88b7bc1b8fa6 (patch)
treee5bc61426cd3acbde75da0994fdb6e0df73065d1 /PKGBUILD
parentfa1f4e8bccc0568826f11f0e9f201749b2374fab (diff)
downloadaur-848c560804dac2d8101e5d15679a88b7bc1b8fa6.tar.gz
Add conflicts and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f8b27f5868..cfa5930d2e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
_pkgname=havm
pkgname=${_pkgname}-git
pkgver=0.26.7.gb493ecf
-pkgrel=2
+pkgrel=3
pkgdesc='HAVM is a Tree intermediate language interpreter.'
url='https://www.lrde.epita.fr/wiki/Havm'
arch=('x86_64' 'i686')
license=('GPL3')
makedepends=('git' 'ghc')
depends=('libffi' 'gmp')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("git+https://gitlab.lrde.epita.fr/tiger/$_pkgname.git"
'001-fix_ghc_7.10.patch')
md5sums=('SKIP'