summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:24:35 +0200
committerDaniel Peukert2020-08-30 21:24:35 +0200
commit42ed063aa1cbf89a7c8d28108ca75517caf8a63b (patch)
tree20787a6d84c84c9590f2d641068bbd97c58cc83b
parent5195916ea19a8028511056fe42b6c703cbc39a1d (diff)
downloadaur-42ed063aa1cbf89a7c8d28108ca75517caf8a63b.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 180d459a4081..c65f37c431c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_pipebang
pkgdesc = A ppx rewriter that inlines reverse application operators |> and |!
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/ppx_pipebang
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = ocaml-ppx_pipebang
depends = ocaml>=4.04.2
depends = ocaml-ppxlib>=0.11.0
options = !strip
- source = ocaml-ppx_pipebang-1:0.14.0-1.tar.gz::https://github.com/janestreet/ppx_pipebang/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_pipebang-1:0.14.0-2.tar.gz::https://github.com/janestreet/ppx_pipebang/archive/v0.14.0.tar.gz
sha256sums = 0fc99c9c038d429692616fa0de73a50977981cc7c1eee404b3f559fdc55520e5
pkgname = ocaml-ppx_pipebang
diff --git a/PKGBUILD b/PKGBUILD
index 10e94823fef6..2691707ebdc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_pipebang'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='A ppx rewriter that inlines reverse application operators |> and |!'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')