summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:58:21 +0200
committerDaniel Peukert2023-05-22 12:58:21 +0200
commit2f48cad0d4b25f4c2e3959528b0c5fd30e20dfd6 (patch)
tree28de68014ba97d939a6a7e90f6564b219af45122
parent4260b6a92e1ec8161aca11f32e8d0198f503eab1 (diff)
downloadaur-2f48cad0d4b25f4c2e3959528b0c5fd30e20dfd6.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be208c37835f..c66732eecb00 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 = 3
+ pkgrel = 4
url = https://github.com/janestreet/jst-config
arch = x86_64
arch = i686
@@ -14,7 +14,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-3.tar.gz::https://github.com/janestreet/jst-config/archive/v0.15.1.tar.gz
+ source = ocaml-jst-config-0.15.1-4.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 5981081cfd3f..5655937e0627 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='jst-config'
pkgname="ocaml-$_projectname"
pkgver='0.15.1'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Compile-time configuration for Jane Street libraries'
# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')