summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-29 18:07:11 +0200
committerDaniel Peukert2020-08-29 18:07:11 +0200
commit4b26fb7e69cb3b79e3adf6df576d6adff353ec5b (patch)
treea08631a7a579e747e7433fc798b9297e052ad1ca
parentb56e159fea01a76abe471b4bf205221f1837b8c4 (diff)
downloadaur-4b26fb7e69cb3b79e3adf6df576d6adff353ec5b.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 982cd66b0424..624ebc1be118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-jst-config
pkgdesc = Compile-time configuration for Jane Street libraries
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/jst-config
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-jst-config
depends = ocaml-ppx_assert>=0.14.0
depends = ocaml-stdio>=0.14.0
options = !strip
- source = ocaml-jst-config-0.14.0-1.tar.gz::https://github.com/janestreet/jst-config/archive/v0.14.0.tar.gz
+ source = ocaml-jst-config-0.14.0-2.tar.gz::https://github.com/janestreet/jst-config/archive/v0.14.0.tar.gz
sha256sums = 729856c893c6f00975140ab158b6c7bf7eea7ea478c3d63556771d61844145dc
pkgname = ocaml-jst-config
diff --git a/PKGBUILD b/PKGBUILD
index 93bb4f9c052c..4340a88459cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='jst-config'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Compile-time configuration for Jane Street libraries'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"