summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:39:56 +0200
committerDaniel Peukert2021-07-31 15:39:56 +0200
commit6b97d33b8afabc05bfe3a855fe9fc95b5ebbf527 (patch)
treee8e21dee2c6512c41f2b748b2e03647cebb2af02
parent42ed063aa1cbf89a7c8d28108ca75517caf8a63b (diff)
downloadaur-6b97d33b8afabc05bfe3a855fe9fc95b5ebbf527.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c65f37c431c0..4b7287943cd7 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 = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/janestreet/ppx_pipebang/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_pipebang-1:0.14.0-3.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 2691707ebdc6..5b11e88ea439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_pipebang'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
epoch='1'
pkgdesc='A ppx rewriter that inlines reverse application operators |> and |!'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')