summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-03 20:23:59 +0100
committerDaniel Peukert2020-02-03 20:23:59 +0100
commit45b1ef5085a34d7cdeb814d35af79e47ca27e6b1 (patch)
tree2402fc11e23452bf38b1c2dcf9fab07bcee09433
parentde1de0f8ab05dde055270be8b100f35409b0662f (diff)
downloadaur-45b1ef5085a34d7cdeb814d35af79e47ca27e6b1.tar.gz
Updated ocaml packages to use the release profile
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c36efb28ca20..fb19f9ee449a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-dtoa
pkgdesc = double-to-ascii ocaml implementation
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/flowtype/ocaml-dtoa
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = ocaml-dtoa
makedepends = ocaml-findlib
depends = ocaml
options = !strip
- source = ocaml-dtoa-0.3.2-1.tar.gz::https://github.com/flowtype/ocaml-dtoa/archive/v0.3.2.tar.gz
+ source = ocaml-dtoa-0.3.2-2.tar.gz::https://github.com/flowtype/ocaml-dtoa/archive/v0.3.2.tar.gz
source = fix-ounit-name.diff
source = fix-tests.diff
sha256sums = 967bdcf83f67491a27a3e0c31bb55696f4f89a00be9aa0b3a248c7ef14374afd
diff --git a/PKGBUILD b/PKGBUILD
index 2e3a4cf25922..f4dc9607d5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='dtoa'
pkgname="ocaml-$_projectname"
pkgver='0.3.2'
-pkgrel='1'
+pkgrel='2'
pkgdesc='double-to-ascii ocaml implementation'
arch=('x86_64' 'i686')
url="https://github.com/flowtype/$pkgname"
@@ -30,12 +30,12 @@ prepare() {
build() {
cd "$srcdir/$_sourcedirectory/"
- dune build
+ dune build -p "$_projectname" --verbose
}
check() {
cd "$srcdir/$_sourcedirectory/"
- dune runtest
+ dune runtest -p "$_projectname" --verbose
}
package() {