summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-07-08 20:16:03 +0200
committerDaniel Peukert2020-07-08 20:16:03 +0200
commit218fd02fcbd827c9cb2c577e0684274a4c91bb28 (patch)
tree464d64f39cfd8165e61f10b186e7f67b081a2d2c
parent6dc8b4b3c4dc58384be26c542bd06fc1c349c53e (diff)
downloadaur-218fd02fcbd827c9cb2c577e0684274a4c91bb28.tar.gz
Updated ocaml-ppxlib to 0.14.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6946ec2eb1b6..330a3a311d15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppxlib
pkgdesc = Base library and tools for ppx rewriters
- pkgver = 0.13.0
- pkgrel = 3
+ pkgver = 0.14.0
+ pkgrel = 1
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
arch = i686
@@ -14,11 +14,11 @@ pkgbase = ocaml-ppxlib
depends = ocaml>=4.04.1
depends = ocaml-base>=0.11.0
depends = ocaml-compiler-libs-repackaged>=0.11.0
- depends = ocaml-migrate-parsetree>=1.3.1
+ depends = ocaml-migrate-parsetree>=1.5.0
depends = ocaml-ppx_derivers>=1.0.0
depends = ocaml-stdio>=0.11.0
options = !strip
- source = ocaml-ppxlib-0.13.0-3.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.13.0.tar.gz
- sha256sums = 59fd9eaac23e6fd1c5b6183c37499ec3dbabee1f6c7ede4fb080e5f9b746f4e0
+ source = ocaml-ppxlib-0.14.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.14.0.tar.gz
+ sha256sums = 4b14134648f0452b9dbe64207c4f264c00f9c5634ad1cadfe0ea9f42dd85347f
pkgname = ocaml-ppxlib
diff --git a/PKGBUILD b/PKGBUILD
index d9918e1296d4..c899d33af57d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppxlib'
pkgname="ocaml-$_projectname"
-pkgver='0.13.0'
-pkgrel='3'
+pkgver='0.14.0'
+pkgrel='1'
pkgdesc='Base library and tools 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-base>=0.11.0' 'ocaml-compiler-libs-repackaged>=0.11.0' 'ocaml-migrate-parsetree>=1.3.1' 'ocaml-ppx_derivers>=1.0.0' 'ocaml-stdio>=0.11.0')
+depends=('ocaml>=4.04.1' 'ocaml-base>=0.11.0' 'ocaml-compiler-libs-repackaged>=0.11.0' 'ocaml-migrate-parsetree>=1.5.0' 'ocaml-ppx_derivers>=1.0.0' 'ocaml-stdio>=0.11.0')
makedepends=('dune')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('59fd9eaac23e6fd1c5b6183c37499ec3dbabee1f6c7ede4fb080e5f9b746f4e0')
+sha256sums=('4b14134648f0452b9dbe64207c4f264c00f9c5634ad1cadfe0ea9f42dd85347f')
_sourcedirectory="$_projectname-$pkgver"