summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:54:05 +0200
committerDaniel Peukert2022-08-10 21:54:05 +0200
commit07d56cf8f5a12c62dd69a5499f7c33c020fe1ef7 (patch)
treee6a4c4a598cc06b6ba020c49c499a28d1c2a0d00
parentdf6fb325da7a77dc1dc72b5e41afe5ce27ae7c35 (diff)
downloadaur-07d56cf8f5a12c62dd69a5499f7c33c020fe1ef7.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66cef5b687af..eb6831b70d54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-dtoa
pkgdesc = double-to-ascii ocaml implementation
pkgver = 0.3.2
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/flowtype/ocaml-dtoa
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ocaml-dtoa
makedepends = dune>=1.0.0
depends = ocaml>=4.01.0
options = !strip
- source = ocaml-dtoa-0.3.2-7.tar.gz::https://github.com/flowtype/ocaml-dtoa/archive/v0.3.2.tar.gz
+ source = ocaml-dtoa-0.3.2-8.tar.gz::https://github.com/flowtype/ocaml-dtoa/archive/v0.3.2.tar.gz
source = fix-ounit-name.diff
source = fix-tests.diff
sha512sums = a5dcce83f53725c45b0891f6af6275c5e617d536a2d491852215c9aefbbd22c7ac65f2738795eaba3a162e360d2fa86b33a98cdefb030230045789179c300604
diff --git a/PKGBUILD b/PKGBUILD
index 86058c3160ef..4e00fe5f3947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='dtoa'
pkgname="ocaml-$_projectname"
pkgver='0.3.2'
-pkgrel='7'
+pkgrel='8'
pkgdesc='double-to-ascii ocaml implementation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/flowtype/$pkgname"