summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:32:50 +0200
committerDaniel Peukert2022-06-08 01:32:50 +0200
commita72e57dcf21bd63c9888455f0e12f44eba0143a8 (patch)
treee4cdb6e115517ae8cc87dd52ced9e9596c8bf959
parent6b97d33b8afabc05bfe3a855fe9fc95b5ebbf527 (diff)
downloadaur-a72e57dcf21bd63c9888455f0e12f44eba0143a8.tar.gz
Update janestreet packages
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b7287943cd7..e9443daaf677 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 = 3
+ pkgver = 0.15.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_pipebang
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = ocaml-ppx_pipebang
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-ppxlib>=0.11.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-ppxlib>=0.23.0
options = !strip
- 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
+ source = ocaml-ppx_pipebang-1:0.15.0-1.tar.gz::https://github.com/janestreet/ppx_pipebang/archive/v0.15.0.tar.gz
+ sha512sums = 778dae2cd6176f9ce18f20486e16f6f76e9137095759b29ddc10fee15d8a21f51fff94245c4a750ae68cd75edbd06b9cad6ff1b56aacb38ac9e6d7d71c0bf701
pkgname = ocaml-ppx_pipebang
diff --git a/PKGBUILD b/PKGBUILD
index 5b11e88ea439..561d4bdf7580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_pipebang'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
epoch='1'
pkgdesc='A ppx rewriter that inlines reverse application operators |> and |!'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.04.2' 'ocaml-ppxlib>=0.11.0')
+depends=('ocaml>=4.08.0' 'ocaml-ppxlib>=0.23.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0fc99c9c038d429692616fa0de73a50977981cc7c1eee404b3f559fdc55520e5')
+sha512sums=('778dae2cd6176f9ce18f20486e16f6f76e9137095759b29ddc10fee15d8a21f51fff94245c4a750ae68cd75edbd06b9cad6ff1b56aacb38ac9e6d7d71c0bf701')
_sourcedirectory="$_projectname-$pkgver"