summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:16:52 +0200
committerDaniel Peukert2020-08-30 21:16:52 +0200
commit842854cf5fcf5daa7f4a273cf0b8bb321f34b6e8 (patch)
tree7d645656ca613fd5363a0df7e0078046ec2a72c2
parentd3bade5c5282d6ac7213bfb1cb2f304691fdc7e0 (diff)
downloadaur-842854cf5fcf5daa7f4a273cf0b8bb321f34b6e8.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77ddeb6abd2b..b6e2158d594e 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.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.14.0
depends = ocaml-ppxlib>=0.11.0
options = !strip
- source = ocaml-ppx_custom_printf-1:0.14.0-1.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_custom_printf-1:0.14.0-2.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.14.0.tar.gz
sha256sums = c527d5a578a0d6b21a38480b4360b402a27cfcc3361a4092bee16800bf8102d7
pkgname = ocaml-ppx_custom_printf
diff --git a/PKGBUILD b/PKGBUILD
index 337fe07e7d17..56f5ec02fa4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_custom_printf'
pkgname="ocaml-$_projectname"
pkgver='0.14.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')