summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e28c59014e1..2e31fbc4296a 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.14.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.14.0
depends = ocaml-ppx_jane>=0.14.0
options = !strip
- source = ocaml-base_bigstring-0.14.0-1.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.14.0.tar.gz
+ source = ocaml-base_bigstring-0.14.0-2.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.14.0.tar.gz
sha256sums = 646bf25b91f918d5f6bfea7857996c53cba19a85f432c685bea48653d2b0f9c8
pkgname = ocaml-base_bigstring
diff --git a/PKGBUILD b/PKGBUILD
index 20bad5a4191f..16b9e588a140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='base_bigstring'
pkgname="ocaml-$_projectname"
pkgver='0.14.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"