summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:55:12 +0200
committerDaniel Peukert2022-08-10 21:55:12 +0200
commit0b5d33be8aba2f3fb5b4e0a94e0dab7a17a18bad (patch)
tree2f79ff89f1d3938739073334bbe23650af29d51c
parentb48ac1c199e0edc44b57c885aa89dc56477e90f1 (diff)
downloadaur-0b5d33be8aba2f3fb5b4e0a94e0dab7a17a18bad.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6572016a7a2a..a46aea5c626f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-jst-config
pkgdesc = Compile-time configuration for Jane Street libraries
pkgver = 0.15.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/jst-config
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-jst-config
depends = ocaml-base>=0.15.0
depends = ocaml-ppx_assert>=0.15.0
options = !strip
- source = ocaml-jst-config-0.15.1-2.tar.gz::https://github.com/janestreet/jst-config/archive/v0.15.1.tar.gz
+ source = ocaml-jst-config-0.15.1-3.tar.gz::https://github.com/janestreet/jst-config/archive/v0.15.1.tar.gz
sha512sums = 389854aad6775756fd51374a036c748947f186eae4b48a4863549e7d8efafee25bdfc7c525dd2c466d9f0e0265b48a6e7b950042b6c9014051f8288393173147
pkgname = ocaml-jst-config
diff --git a/PKGBUILD b/PKGBUILD
index eb494889495a..a0b57a232390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='jst-config'
pkgname="ocaml-$_projectname"
pkgver='0.15.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Compile-time configuration for Jane Street libraries'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"