summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:02:21 +0200
committerDaniel Peukert2023-05-22 13:02:21 +0200
commiteaf4797268622b4efae548ae8205dce3c33f0d65 (patch)
tree06384dfd1a39aa0a1dcf8b0c3986519a2dc1c995
parent02e0ea7ed6fbfbb8cdac48f50ca3fde3c6e7146e (diff)
downloadaur-eaf4797268622b4efae548ae8205dce3c33f0d65.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 3879b4395af9..a84d88c61350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppxlib
pkgdesc = Standard library for ppx rewriters
pkgver = 0.29.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
arch = i686
@@ -18,7 +18,7 @@ pkgbase = ocaml-ppxlib
depends = ocaml-stdlib-shims
depends = ocaml-yojson
options = !strip
- source = ocaml-ppxlib-0.29.1-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.29.1.tar.gz
+ source = ocaml-ppxlib-0.29.1-2.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.29.1.tar.gz
sha512sums = 9bfd52709a63399ff35697b442de6818e2a61b9a2ccf33638f2da6295e3e034e2ae6108a2b8567402e80d928636cdee1572cc14d228a47fbda50625219e411f9
pkgname = ocaml-ppxlib
diff --git a/PKGBUILD b/PKGBUILD
index 008e19806e08..c92d7eefd097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppxlib'
pkgname="ocaml-$_projectname"
pkgver='0.29.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Standard library for ppx rewriters'
# 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')