summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-11-19 02:34:52 +0100
committerDaniel Peukert2020-11-19 02:34:52 +0100
commit9ed271875cf7a0c2adfdbf9bcc535f6735711743 (patch)
tree1a4b5bad656bbe075867f512f464166e04f0cec9
parentbd4883c6bcffce0f482ae0723d935dba51f15fb6 (diff)
downloadaur-9ed271875cf7a0c2adfdbf9bcc535f6735711743.tar.gz
Updated ocaml-ppx_tools to 6.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff8e78f2020..a723caf2f3e7 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.2
- pkgrel = 2
+ pkgver = 6.3
+ pkgrel = 1
url = https://github.com/ocaml-ppx/ppx_tools
arch = x86_64
arch = i686
@@ -10,10 +10,11 @@ pkgbase = ocaml-ppx_tools
arch = armv7h
arch = aarch64
license = MIT
+ makedepends = cppo
makedepends = dune>=1.6.0
depends = ocaml>=4.08.0
options = !strip
- source = ocaml-ppx_tools-6.2-2.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.2.tar.gz
- sha256sums = 59e47d43b09b81c1349cb51a56eba7a91e2ba4935bae577605266af44a8bda10
+ source = ocaml-ppx_tools-6.3-1.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.3.tar.gz
+ sha256sums = 5a216b2b41583080798cdbd7bb65d3cdfe8d15c205465e27de96e2688c3a2291
pkgname = ocaml-ppx_tools
diff --git a/PKGBUILD b/PKGBUILD
index 2ef9fdbff454..4d56631ebbec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_tools'
pkgname="ocaml-$_projectname"
-pkgver='6.2'
-pkgrel='2'
+pkgver='6.3'
+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=('dune>=1.6.0')
+makedepends=('cppo' 'dune>=1.6.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('59e47d43b09b81c1349cb51a56eba7a91e2ba4935bae577605266af44a8bda10')
+sha256sums=('5a216b2b41583080798cdbd7bb65d3cdfe8d15c205465e27de96e2688c3a2291')
_sourcedirectory="$_projectname-$(printf '%s' "$pkgver" | tr '+' '-')"