summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:34:45 +0200
committerDaniel Peukert2021-07-31 15:34:45 +0200
commitbe6e9718c43765ccf40d0cdfe15ab98f507826b1 (patch)
tree2ed84e6cbac4fc183771d34aabbb4ecc9050bcdd
parent6ccf962efea63985d0ab2638df3707f7d0af65db (diff)
downloadaur-be6e9718c43765ccf40d0cdfe15ab98f507826b1.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 2e31fbc4296a..ddef99adc4b0 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 = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.14.0.tar.gz
+ source = ocaml-base_bigstring-0.14.0-3.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 16b9e588a140..6b1b09601644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='base_bigstring'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
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"