summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:02:13 +0200
committerDaniel Peukert2023-05-22 13:02:13 +0200
commit34526461c76426ad6cb3717cafe642d588408c5e (patch)
tree1cc0951eb579fc130b52dff93efb7d15f4440a9d
parent274fa50433c311bdb40ff322ffe00cb226d0eb84 (diff)
downloadaur-34526461c76426ad6cb3717cafe642d588408c5e.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 3c969d5ab5c0..8f41a68aca22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_let
pkgdesc = Monadic let-bindings
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/ppx_let
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-ppx_let
depends = ocaml-ppx_here>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_let-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_let/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_let-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_let/archive/v0.15.0.tar.gz
sha512sums = 5a22117407c93755df5fe55feded9d7061a8bf953aecc83d2e04de648aff973b1c380b44a26fa68888e90e7486b91a1c665c033c01e2af456a7de3b0b63775d3
pkgname = ocaml-ppx_let
diff --git a/PKGBUILD b/PKGBUILD
index a42c8051bf9c..3efb984433a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_let'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Monadic let-bindings'
# 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')