summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:21:10 +0200
committerDaniel Peukert2020-05-18 20:21:10 +0200
commite7f18ac713b6a6aee97739e9a265854f73196419 (patch)
tree4d428748fb2372942bd507bc0c1372b75cf62923
parentfb900f440d9ae145a880be3157b6a189651df6e0 (diff)
downloadaur-e7f18ac713b6a6aee97739e9a265854f73196419.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 696a230fdfe0..466814742dc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-base_bigstring
pkgdesc = String type based on Bigarray, for use in I/O and C-bindings
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/base_bigstring
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-base_bigstring
depends = ocaml-base>=0.13.0
depends = ocaml-ppx_jane>=0.13.0
options = !strip
- source = ocaml-base_bigstring-0.13.0-1.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.13.0.tar.gz
+ source = ocaml-base_bigstring-0.13.0-2.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.13.0.tar.gz
sha256sums = 9c53938ccb2aa60981cd09966f5f2784ea202d50fbba046cf00ba40cf189da11
pkgname = ocaml-base_bigstring
diff --git a/PKGBUILD b/PKGBUILD
index dcd88b09212d..f1f7743d434f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='base_bigstring'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='String type based on Bigarray, for use in I/O and C-bindings'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"