summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:27:00 +0200
committerDaniel Peukert2020-05-18 20:27:00 +0200
commitb15ab3a11657be1cd1601e1681bf10f5615b802a (patch)
tree7e6496c79b6d6250999a9ac9ed92585980a1b2c6
parent065baa7a14abb5e0546d266cf14474c7ef207802 (diff)
downloadaur-b15ab3a11657be1cd1601e1681bf10f5615b802a.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c21d2a213825..1c8933fd6870 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.13.0
- 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.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_custom_printf-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_custom_printf-1:0.13.0-2.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.13.0.tar.gz
sha256sums = cc9a7525c8fd79099afb1d4c7b8e7ad91df895246fbdf48188cf6771e734c787
pkgname = ocaml-ppx_custom_printf
diff --git a/PKGBUILD b/PKGBUILD
index dbb12f5bbe24..a742555c32d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_custom_printf'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Printf-style format-strings for user-defined string conversion'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')