summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:03:38 +0200
committerDaniel Peukert2023-05-22 13:03:38 +0200
commita8b494c2db33a7a34d02a61e6196f3557dda7d0e (patch)
treec908d9da4af5d67d113a7ee6c3468bd8a17e834b
parent11ba0f2b2a11b607e63c68cad877d295e13f52ea (diff)
downloadaur-a8b494c2db33a7a34d02a61e6196f3557dda7d0e.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 c6c20e67d26a..36c6c0353616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_string
pkgdesc = Ppx extension for string interpolation
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/ppx_string
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-ppx_string
depends = ocaml-ppx_base>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_string-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_string-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.15.0.tar.gz
sha512sums = bb1819017a6c25d581854e8487a0e5535fe282ec421c91e662c310c0d0aa7704be65484b3f2e721b29409e0eb68f72528e60380e036af066b3b1f1f11ea6cd5e
pkgname = ocaml-ppx_string
diff --git a/PKGBUILD b/PKGBUILD
index 9e26d54f93e1..5a8cefcd4932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_string'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Ppx extension for string interpolation'
# 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')