summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:35:24 +0200
committerDaniel Peukert2021-07-31 15:35:24 +0200
commit41413579d0e158946ab0e7dee9a80035fcfa58bc (patch)
tree00a70aee50a6e843ff8547d30571a7b0af0135b0
parent78ee376f99be8671ce4ae8381eb15af5da4aa97f (diff)
downloadaur-41413579d0e158946ab0e7dee9a80035fcfa58bc.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da6887aa2497..bd737ebe4429 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-dtoa
pkgdesc = double-to-ascii ocaml implementation
pkgver = 0.3.2
- pkgrel = 5
+ pkgrel = 6
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-5.tar.gz::https://github.com/flowtype/ocaml-dtoa/archive/v0.3.2.tar.gz
+ source = ocaml-dtoa-0.3.2-6.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 d0d05dd5a1b6..5cadffa0cabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='dtoa'
pkgname="ocaml-$_projectname"
pkgver='0.3.2'
-pkgrel='5'
+pkgrel='6'
pkgdesc='double-to-ascii ocaml implementation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/flowtype/$pkgname"