summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:01:34 +0200
committerDaniel Peukert2023-05-22 13:01:34 +0200
commit722309a002dd45ccda7ae866061f2c4890350f3d (patch)
tree0e989579925b977580f46740a673b3de89244efb
parentd1c0a1ae947f4a263caa7f29498c57294dcc0388 (diff)
downloadaur-722309a002dd45ccda7ae866061f2c4890350f3d.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 9b4404551700..08875a1b4528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_hash
pkgdesc = A ppx rewriter that generates hash functions from type expressions and definitions
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/ppx_hash
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-ppx_hash
depends = ocaml-ppx_sexp_conv>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_hash-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_hash-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.15.0.tar.gz
sha512sums = 333d2b232b1d5c15fe144bafb7ad4c843e5381e71b21b25a6fb9c03b1ee98ba81580de7036580ac2d04dcdfed0af20003875b9374412b8ef130b4647c30fee6a
pkgname = ocaml-ppx_hash
diff --git a/PKGBUILD b/PKGBUILD
index ece9d588da45..196e041cfcd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_hash'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='A ppx rewriter that generates hash functions from type expressions and definitions'
# 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')