summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarnestly2017-11-25 15:30:15 +0000
committerEarnestly2017-11-25 15:30:15 +0000
commit66c6bb6645831670409e902d454dd0d4f20af763 (patch)
tree3a03d2962f7bd2ce61c65ab9199fdb7441522e94
parent55b82ee621eb5f9e2bd92bf145c6d76a0faf6781 (diff)
downloadaur-66c6bb6645831670409e902d454dd0d4f20af763.tar.gz
headmaster-git: forgot to include conflicts and provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c55e59745a8..a1309556df31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = headmaster-git
pkgdesc = translate c header files to another language
pkgver = 0.27.r55.gf6a265e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ytomino/headmaster
arch = i686
arch = x86_64
@@ -10,6 +10,8 @@ pkgbase = headmaster-git
makedepends = ocamlbuild
makedepends = python-docutils
depends = mpfr
+ provides = headmaster
+ conflicts = headmaster
options = !makeflags
source = git+https://github.com/ytomino/headmaster
source = git+https://github.com/ytomino/gmp-ocaml
diff --git a/PKGBUILD b/PKGBUILD
index b4d549b220ce..c7c434fb9de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=headmaster-git
pkgver=0.27.r55.gf6a265e
-pkgrel=1
+pkgrel=2
pkgdesc='translate c header files to another language'
url='https://github.com/ytomino/headmaster'
@@ -13,6 +13,9 @@ options=('!makeflags')
depends=('mpfr')
makedepends=('git' 'ocamlbuild' 'python-docutils')
+provides=('headmaster')
+conflicts=('headmaster')
+
source=('git+https://github.com/ytomino/headmaster'
'git+https://github.com/ytomino/gmp-ocaml'
'git+https://github.com/ytomino/unicode-ocaml')