summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-06-10 14:41:29 +0200
committerDaniel Peukert2021-06-10 14:41:29 +0200
commitbbdd5e6c1a217b930c01dfddbc9ddfce602921f5 (patch)
tree8c2528d769d2fda48621bd535c7d5c64057480df
parentf78cc3b710ef0af07dd73f07118ba2aa57e40556 (diff)
downloadaur-bbdd5e6c1a217b930c01dfddbc9ddfce602921f5.tar.gz
Update ocaml-ppxlib to 0.22.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73b07de69d32..96a791e9d005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppxlib
pkgdesc = Standard library for ppx rewriters
- pkgver = 0.22.0
- pkgrel = 2
+ pkgver = 0.22.1
+ pkgrel = 1
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
arch = i686
@@ -18,9 +18,9 @@ pkgbase = ocaml-ppxlib
depends = ocaml-sexplib0
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ppxlib-0.22.0-2.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.22.0.tar.gz
+ source = ocaml-ppxlib-0.22.1-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.22.1.tar.gz
source = ocaml-migrate-parsetree2.diff
- sha256sums = 826f859c760901d437dc63bc490422f49befac8c3d2a620dc547a7d5c5147b20
+ sha256sums = 2768bd8fd3b914ccaa712f712889efbb54e835b7984a426505c9bbd82cc6a021
sha256sums = cf977ee409e297548eede7ab7fd682e41cd22cb594d26c8c481e9198173f9aca
pkgname = ocaml-ppxlib
diff --git a/PKGBUILD b/PKGBUILD
index 4d86af158307..713ca5b69c1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppxlib'
pkgname="ocaml-$_projectname"
-pkgver='0.22.0'
-pkgrel='2'
+pkgver='0.22.1'
+pkgrel='1'
pkgdesc='Standard library for ppx rewriters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
@@ -15,7 +15,7 @@ source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz"
'ocaml-migrate-parsetree2.diff'
)
-sha256sums=('826f859c760901d437dc63bc490422f49befac8c3d2a620dc547a7d5c5147b20'
+sha256sums=('2768bd8fd3b914ccaa712f712889efbb54e835b7984a426505c9bbd82cc6a021'
'cf977ee409e297548eede7ab7fd682e41cd22cb594d26c8c481e9198173f9aca')
_sourcedirectory="$_projectname-$pkgver"