summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-07-06 10:44:25 +0200
committerDaniel Peukert2020-07-06 10:44:25 +0200
commit993f5fb948736fbd290e5cefd26ad25d68fcf40b (patch)
treef5cd0375ca927918c5dc594ee8e2634bccb2d430 /PKGBUILD
parentd1b04b61a9c638dc11ef3ac99f6e10d790b2689d (diff)
downloadaur-993f5fb948736fbd290e5cefd26ad25d68fcf40b.tar.gz
Updated ocaml-ppx_tools to 6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31713f8adf36..91b194870f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_tools'
pkgname="ocaml-$_projectname"
-pkgver='6.1+4.10.0'
+pkgver='6.2'
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.10.0')
+depends=('ocaml>=4.08.0')
makedepends=('dune>=1.6.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('8fe028e66f5f5e644234386b0587100102a54de00f32e5c6de0aaa426e242fab')
+sha256sums=('59e47d43b09b81c1349cb51a56eba7a91e2ba4935bae577605266af44a8bda10')
_sourcedirectory="$_projectname-$(printf '%s' "$pkgver" | tr '+' '-')"