summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-01-17 09:48:14 +0100
committerDaniel Peukert2022-01-17 09:48:14 +0100
commite2829f0c84ed84e4cc22cfddc38ddaff8b252756 (patch)
tree493dafed15f3ef245a25dd1a499c99c64bb7f85c /PKGBUILD
parent5e8c98bcb807087040885103f03d23603d457604 (diff)
downloadaur-e2829f0c84ed84e4cc22cfddc38ddaff8b252756.tar.gz
Update ocaml-parsexp to 0.14.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 652a31a367dc..b2ee3591f0ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='parsexp'
pkgname="ocaml-$_projectname"
-pkgver='0.14.1'
-pkgrel='2'
+pkgver='0.14.2'
+pkgrel='1'
pkgdesc='S-expression parsing library'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
@@ -12,7 +12,7 @@ depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-sexplib0>=0.14.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0460e64c88d13f0b84d74b6c2774a7e9d5ec8e29da7acb3b36c06edd3c560eb0')
+sha512sums=('f16bee13ba54c67f74b93127b9c9262b644762db05756ea413691fffa4fa6112c811d65aaf78f30a32b35bd8819025c93f72455ec565e85081c74d1339683cc7')
_sourcedirectory="$_projectname-$pkgver"