diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 3 deletions
@@ -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 @@ -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" |