summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-08-07 23:40:53 +0200
committerDaniel Peukert2021-08-07 23:40:53 +0200
commit667d7ab8d0b6a955335a42a4f1150585cd7b5a81 (patch)
tree3023c2a39b7160fd41f841c6156d5ce0c75a149d
parent91608bba4506e9c66cec70f2a5ac2b66e5e98907 (diff)
downloadaur-667d7ab8d0b6a955335a42a4f1150585cd7b5a81.tar.gz
Update ocaml-ppx_tools to 6.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1cc4166e593..344bb740fda1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_tools
pkgdesc = Tools for authors of ppx rewriters and other syntactic tools
- pkgver = 6.3
- pkgrel = 2
+ pkgver = 6.4
+ pkgrel = 1
url = https://github.com/ocaml-ppx/ppx_tools
arch = x86_64
arch = i686
@@ -10,11 +10,11 @@ pkgbase = ocaml-ppx_tools
arch = armv7h
arch = aarch64
license = MIT
- makedepends = cppo
+ makedepends = cppo>=1.1.0
makedepends = dune>=1.6.0
depends = ocaml>=4.08.0
options = !strip
- source = ocaml-ppx_tools-6.3-2.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.3.tar.gz
- sha256sums = 5a216b2b41583080798cdbd7bb65d3cdfe8d15c205465e27de96e2688c3a2291
+ source = ocaml-ppx_tools-6.4-1.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.4.tar.gz
+ sha256sums = 83c19e8cce55ef72814f861f57c6fb374f6b0f9ecdc08f4bcfd1a4a7c0d03edd
pkgname = ocaml-ppx_tools
diff --git a/PKGBUILD b/PKGBUILD
index 4889bad04840..344cf1bdf6e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_tools'
pkgname="ocaml-$_projectname"
-pkgver='6.3'
-pkgrel='2'
+pkgver='6.4'
+pkgrel='1'
pkgdesc='Tools for authors of ppx rewriters and other syntactic tools'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0')
-makedepends=('cppo' 'dune>=1.6.0')
+makedepends=('cppo>=1.1.0' 'dune>=1.6.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('5a216b2b41583080798cdbd7bb65d3cdfe8d15c205465e27de96e2688c3a2291')
+sha256sums=('83c19e8cce55ef72814f861f57c6fb374f6b0f9ecdc08f4bcfd1a4a7c0d03edd')
_sourcedirectory="$_projectname-$(printf '%s' "$pkgver" | tr '+' '-')"