summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-21 12:31:29 +0100
committerDaniel Peukert2020-03-21 12:31:29 +0100
commite346b1aea71fb4c6febc2c93f94aa12dc190e4ed (patch)
tree638b818b67fd9bfc9d7e4567d324f960e5f80222
parentdfe91c80910bacf09e9135a99801190fe320bced (diff)
downloadaur-e346b1aea71fb4c6febc2c93f94aa12dc190e4ed.tar.gz
ocaml 4.09.1 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 331e530b2314..8d0ca0909f87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-dtoa
pkgdesc = double-to-ascii ocaml implementation
pkgver = 0.3.2
- pkgrel = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/flowtype/ocaml-dtoa/archive/v0.3.2.tar.gz
+ source = ocaml-dtoa-0.3.2-3.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 95838d5bdb63..d070853dabb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='dtoa'
pkgname="ocaml-$_projectname"
pkgver='0.3.2'
-pkgrel='2'
+pkgrel='3'
pkgdesc='double-to-ascii ocaml implementation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/flowtype/$pkgname"