summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8069d7f23e4..47ee6cf99f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ocaml4-ocamlbuild
pkgdesc = Build tool, that has built-in rules for building OCaml library and programs
pkgver = 0.14.2
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/ocaml/ocamlbuild
arch = x86_64
license = GPL2
depends = ocaml4
+ conflicts = ocaml-ocamlbuild
options = !makeflags
source = ocamlbuild-0.14.2.tar.gz::https://github.com/ocaml/ocamlbuild/archive/0.14.2.tar.gz
b2sums = d81613878f93f27c6de41461e6b3cebe0744a5204297725263a608cb129a708aaf6f27b444b97d68f2bde844a760f8e78647641f10eed61e727ef3936562cdea
diff --git a/PKGBUILD b/PKGBUILD
index 382d867feb8a..514b05aed70b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@
pkgname=ocaml4-ocamlbuild
pkgver=0.14.2
-pkgrel=1
+pkgrel=3
pkgdesc='Build tool, that has built-in rules for building OCaml library and programs'
arch=(x86_64)
url='https://github.com/ocaml/ocamlbuild'
license=(GPL2)
depends=(ocaml4)
-options=(!makeflags)
+conflicts=(ocaml-ocamlbuild)
source=("ocamlbuild-$pkgver.tar.gz::https://github.com/ocaml/ocamlbuild/archive/$pkgver.tar.gz")
b2sums=('d81613878f93f27c6de41461e6b3cebe0744a5204297725263a608cb129a708aaf6f27b444b97d68f2bde844a760f8e78647641f10eed61e727ef3936562cdea')
+options=(!makeflags)
build() {
cd "ocamlbuild-$pkgver"