summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-11-19 02:31:46 +0100
committerDaniel Peukert2020-11-19 02:31:46 +0100
commit5d79a6cc3d92c2e65ce2f3645b90892a8d5ffd7a (patch)
treef35f812e62557d5fa318df2e331a315580238f4c
parentfa3e3522b6c6fd5a1e78eafba7d94e26f2036d67 (diff)
downloadaur-5d79a6cc3d92c2e65ce2f3645b90892a8d5ffd7a.tar.gz
Updated ocaml-ppxlib to 0.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d5d41b562f6..6cfb491d45c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ppxlib
pkgdesc = Standard library for ppx rewriters
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 1
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = ocaml-ppxlib
depends = ocaml-sexplib0
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ppxlib-0.19.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.19.0.tar.gz
+ source = ocaml-ppxlib-0.20.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.20.0.tar.gz
source = ocaml-migrate-parsetree2.diff
- sha256sums = 7a58d4f8decd0b3b49267f67b58638295d9144a859f36f37e5607ab73eb1af71
+ sha256sums = 39aa7d9177230b92974d1978c55d904b23d6da98983fd845ee1dcb94e8002f09
sha256sums = cf9c23418e0a6b166b147462278c594e5e48ffd933a3703daf6aa38bc77f666a
pkgname = ocaml-ppxlib
diff --git a/PKGBUILD b/PKGBUILD
index 7fbf7db6dd19..6d5653aa6d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppxlib'
pkgname="ocaml-$_projectname"
-pkgver='0.19.0'
+pkgver='0.20.0'
pkgrel='1'
pkgdesc='Standard library for ppx rewriters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -15,7 +15,7 @@ source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz"
'ocaml-migrate-parsetree2.diff'
)
-sha256sums=('7a58d4f8decd0b3b49267f67b58638295d9144a859f36f37e5607ab73eb1af71'
+sha256sums=('39aa7d9177230b92974d1978c55d904b23d6da98983fd845ee1dcb94e8002f09'
'cf9c23418e0a6b166b147462278c594e5e48ffd933a3703daf6aa38bc77f666a')
_sourcedirectory="$_projectname-$pkgver"