summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:58:55 +0200
committerDaniel Peukert2022-08-10 21:58:55 +0200
commita9ee07a914eef7286636edb6ee64e70871385cbe (patch)
tree6d275189389acc36d67570fd76aabcdba19e0946
parent6bbf02c4b8d9e627a66cb8c5b5cbf9c29ae9d563 (diff)
downloadaur-a9ee07a914eef7286636edb6ee64e70871385cbe.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ada63e19cdf..d9fd160a5d22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_custom_printf
pkgdesc = Printf-style format-strings for user-defined string conversion
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/janestreet/ppx_custom_printf
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_custom_printf
depends = ocaml-ppx_sexp_conv>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_custom_printf-1:0.15.0-2.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_custom_printf-1:0.15.0-3.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.15.0.tar.gz
sha512sums = f8776e9037f491b120b0d43ac9b76231c422b9e5f0d7c3f75efdadf9d4ec401266d61f441a2c7c831c99fac10ac98d84e4e62eda44e6fc86f2fa60ead5ecbc86
pkgname = ocaml-ppx_custom_printf
diff --git a/PKGBUILD b/PKGBUILD
index 54ca811388cf..9277ac65c35f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_custom_printf'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
epoch='1'
pkgdesc='Printf-style format-strings for user-defined string conversion'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')