summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:30:54 +0200
committerDaniel Peukert2020-05-18 20:30:54 +0200
commitb73e52dbf5c4a144160c351022f1e69e4b2a91e4 (patch)
tree61256afcfb706e449add77fd8a2767c81e9ce931
parentc964fc43619183678b2b2ee0e4eabb52cc89243b (diff)
downloadaur-b73e52dbf5c4a144160c351022f1e69e4b2a91e4.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 7284f2e8637c..4009c64098f4 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.13.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.9.0
options = !strip
- source = ocaml-ppx_pipebang-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_pipebang/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_pipebang-1:0.13.0-2.tar.gz::https://github.com/janestreet/ppx_pipebang/archive/v0.13.0.tar.gz
sha256sums = b716c2ef4196df735fd31637e1b5f76bbea708f02f7358034f249a7a65d87d62
pkgname = ocaml-ppx_pipebang
diff --git a/PKGBUILD b/PKGBUILD
index 2677ce76b2a7..5bb47aa961a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_pipebang'
pkgname="ocaml-$_projectname"
pkgver='0.13.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')