summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-02-06 11:27:00 +0100
committerDaniel Peukert2021-02-06 11:27:00 +0100
commitc38ae54194c3d85247bb78f23cca89cfb78118bc (patch)
treeddffd2b0a7051567ffd042fc3ae77d9023869e3d
parent681f6f3d19992a5d2d8725e7c816f9df132ac919 (diff)
downloadaur-c38ae54194c3d85247bb78f23cca89cfb78118bc.tar.gz
Update ocaml-ppxlib to 0.22.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36109310dd08..8ea31b2df967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ppxlib
pkgdesc = Standard library for ppx rewriters
- pkgver = 0.21.0
+ pkgver = 0.22.0
pkgrel = 1
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = ocaml-ppxlib
arch = armv7h
arch = aarch64
license = MIT
- makedepends = dune>=1.11.0
+ makedepends = dune>=2.7.0
depends = ocaml>=4.04.1
depends = ocaml-compiler-libs-repackaged>=0.11.0
depends = ocaml-migrate-parsetree2>=2.1.0
@@ -18,9 +18,9 @@ pkgbase = ocaml-ppxlib
depends = ocaml-sexplib0
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ppxlib-0.21.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.21.0.tar.gz
+ source = ocaml-ppxlib-0.22.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.22.0.tar.gz
source = ocaml-migrate-parsetree2.diff
- sha256sums = 02c0952c7cb30eed97c5663fff624d14965b53338b32d7ea170b56398e67ba70
+ sha256sums = 826f859c760901d437dc63bc490422f49befac8c3d2a620dc547a7d5c5147b20
sha256sums = cf9c23418e0a6b166b147462278c594e5e48ffd933a3703daf6aa38bc77f666a
pkgname = ocaml-ppxlib
diff --git a/PKGBUILD b/PKGBUILD
index 8f7720cb0119..ca1a06f13715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppxlib'
pkgname="ocaml-$_projectname"
-pkgver='0.21.0'
+pkgver='0.22.0'
pkgrel='1'
pkgdesc='Standard library for ppx rewriters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
license=('MIT')
depends=('ocaml>=4.04.1' 'ocaml-compiler-libs-repackaged>=0.11.0' 'ocaml-migrate-parsetree2>=2.1.0' 'ocaml-ppx_derivers>=1.0.0' 'ocaml-sexplib0' 'ocaml-stdlib-shims')
-makedepends=('dune>=1.11.0')
+makedepends=('dune>=2.7.0')
options=('!strip')
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz"
'ocaml-migrate-parsetree2.diff'
)
-sha256sums=('02c0952c7cb30eed97c5663fff624d14965b53338b32d7ea170b56398e67ba70'
+sha256sums=('826f859c760901d437dc63bc490422f49befac8c3d2a620dc547a7d5c5147b20'
'cf9c23418e0a6b166b147462278c594e5e48ffd933a3703daf6aa38bc77f666a')
_sourcedirectory="$_projectname-$pkgver"