summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:37:53 +0200
committerDaniel Peukert2021-07-31 15:37:53 +0200
commit85ca1ecf828f5b1a09ba659e2e77658bddb26d31 (patch)
tree4d73dfd797743b89b8592a8132049519b8951df6
parentfd2e44042adbbe0e7401efb722c176b03eeac9f5 (diff)
downloadaur-85ca1ecf828f5b1a09ba659e2e77658bddb26d31.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 806076602e54..755fe9183e14 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.14.1
- pkgrel = 1
+ pkgrel = 2
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.14.0
depends = ocaml-ppxlib>=0.18.0
options = !strip
- source = ocaml-ppx_custom_printf-1:0.14.1-1.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.14.1.tar.gz
+ source = ocaml-ppx_custom_printf-1:0.14.1-2.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.14.1.tar.gz
sha256sums = 34cb58dbc886757ce95202059ee3e387a9581a0e00c36055d2c33ab8d764eb4f
pkgname = ocaml-ppx_custom_printf
diff --git a/PKGBUILD b/PKGBUILD
index 2383bde0c05d..aee341d481f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_custom_printf'
pkgname="ocaml-$_projectname"
pkgver='0.14.1'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Printf-style format-strings for user-defined string conversion'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')