summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-29 18:04:51 +0200
committerDaniel Peukert2020-08-29 18:04:51 +0200
commit78ee376f99be8671ce4ae8381eb15af5da4aa97f (patch)
tree81b86b6bcaedf18aa3413b470af76406c4b5d1d1
parent57d70524205605bd231562ec46b555326c22ec3f (diff)
downloadaur-78ee376f99be8671ce4ae8381eb15af5da4aa97f.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85da9a29fd31..da6887aa2497 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-dtoa
pkgdesc = double-to-ascii ocaml implementation
pkgver = 0.3.2
- pkgrel = 4
+ pkgrel = 5
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-4.tar.gz::https://github.com/flowtype/ocaml-dtoa/archive/v0.3.2.tar.gz
+ source = ocaml-dtoa-0.3.2-5.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 c4973529655f..d0d05dd5a1b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='dtoa'
pkgname="ocaml-$_projectname"
pkgver='0.3.2'
-pkgrel='4'
+pkgrel='5'
pkgdesc='double-to-ascii ocaml implementation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/flowtype/$pkgname"