summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:02:52 +0200
committerDaniel Peukert2023-05-22 13:02:52 +0200
commitf462817ec54a44046081b652d1c9da991c7416d0 (patch)
tree5e3fbd84351f124552f4f4127b22afdff09b641e
parent87929d892cec328f1d127d6bd846f6a52828a501 (diff)
downloadaur-f462817ec54a44046081b652d1c9da991c7416d0.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 24f9626b798e..bf6e06b3136d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_optional
pkgdesc = Pattern matching on flat options
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/ppx_optional
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ocaml-ppx_optional
depends = ocaml-base>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_optional-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_optional/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_optional-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_optional/archive/v0.15.0.tar.gz
sha512sums = a2cd8390877c9ec256523c796995a5ade2f97f396afe86493ac46ca1bd1fe15264423986f5a27d5b88908b92673305405e508e744335205ff17f6c2b7d7d0809
pkgname = ocaml-ppx_optional
diff --git a/PKGBUILD b/PKGBUILD
index 0bb10ec4a148..655315608d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_optional'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Pattern matching on flat options'
# 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')