summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:05:57 +0200
committerDaniel Peukert2023-05-22 13:05:57 +0200
commit60da6d494a030ee6c061f916c42c5c6a0307e13d (patch)
tree014d7ce02dcd18fc4abb2787cee925fe05feed66
parent7ab3c443c7cdd89ee6cb379746942be5cedd0503 (diff)
downloadaur-60da6d494a030ee6c061f916c42c5c6a0307e13d.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 9ef1b20c25a1..b432d9d9a459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-visitors
pkgdesc = An OCaml syntax extension for generating visitor classes
pkgver = 20210608
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.inria.fr/fpottier/visitors
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-visitors
depends = ocaml-ppxlib>=0.22.0
depends = ocaml-result
options = !strip
- source = ocaml-visitors-20210608-4.tar.gz::https://gitlab.inria.fr/fpottier/visitors/-/archive/20210608/visitors-20210608.tar.gz
+ source = ocaml-visitors-20210608-5.tar.gz::https://gitlab.inria.fr/fpottier/visitors/-/archive/20210608/visitors-20210608.tar.gz
sha512sums = 3abecb822dd37511421264d98868c937b7e81f209391e70cc66b7a4663aa059848a3f0ffe9de15408cb0b2112828118ef477a8b2ebf78d6323a4775eff31c055
pkgname = ocaml-visitors
diff --git a/PKGBUILD b/PKGBUILD
index b0942b81eebc..b6315df47e3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='visitors'
pkgname="ocaml-$_projectname"
pkgver='20210608'
-pkgrel='4'
+pkgrel='5'
pkgdesc='An OCaml syntax extension for generating visitor classes'
# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')