summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-03-22 15:46:13 +0100
committerDaniel Peukert2022-03-22 15:46:13 +0100
commite0365673b27b6ace5b8f93d62cbfbba3044e6f3b (patch)
treebe567efe8e0fa82df9512bed1db0689ea797f634
parent4e5b372ed0e54e171915fdf5047595a81d5f50b5 (diff)
downloadaur-e0365673b27b6ace5b8f93d62cbfbba3044e6f3b.tar.gz
Update ocaml-ppxlib to 0.26.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03640846ebc0..a85527e3dfef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ppxlib
pkgdesc = Standard library for ppx rewriters
- pkgver = 0.25.0
+ pkgver = 0.26.0
pkgrel = 1
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppxlib
depends = ocaml-sexplib0>=0.12.0
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ppxlib-0.25.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.25.0.tar.gz
- sha512sums = d75ea81d07c853ca7a626595c8a51aa9bcfc586d372b07c8e375481e8a28323ba23df0b62b90611cc4419e13d4ff7e177f2c83464f4279f4755b1496a9df0b15
+ source = ocaml-ppxlib-0.26.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.26.0.tar.gz
+ sha512sums = 5cabfd1f97620e9d0c6bd8ee186f81dfdd69988c37c7adc460bf20b4255e80c88b13e3f1a620bbc12cbc8005400f73cb86e91c36a5cccc5de8281d33a0441c46
pkgname = ocaml-ppxlib
diff --git a/PKGBUILD b/PKGBUILD
index 5c1dc55ebe06..0e31b1b6a81a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppxlib'
pkgname="ocaml-$_projectname"
-pkgver='0.25.0'
+pkgver='0.26.0'
pkgrel='1'
pkgdesc='Standard library for ppx rewriters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ depends=('ocaml>=4.04.1' 'ocaml-compiler-libs-repackaged>=0.11.0' 'ocaml-ppx_der
makedepends=('dune>=2.7.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('d75ea81d07c853ca7a626595c8a51aa9bcfc586d372b07c8e375481e8a28323ba23df0b62b90611cc4419e13d4ff7e177f2c83464f4279f4755b1496a9df0b15')
+sha512sums=('5cabfd1f97620e9d0c6bd8ee186f81dfdd69988c37c7adc460bf20b4255e80c88b13e3f1a620bbc12cbc8005400f73cb86e91c36a5cccc5de8281d33a0441c46')
_sourcedirectory="$_projectname-$pkgver"