summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e05ebf436a3..1a28f5e46805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-textutils
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
epoch=1
pkgdesc="Text output utilities"
@@ -13,7 +13,7 @@ depends=('ocaml' 'ocaml-core' 'ocaml-ppx_jane' 'ocaml-textutils_kernel' 'ocaml-m
makedepends=('dune')
options=('!strip')
source=("https://ocaml.janestreet.com/ocaml-core/v$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/textutils-v${pkgver}.tar.gz")
-sha256sums=('e61fc1f7aea9faef3a38c996e6287e1c03f3ddf1dffe6b3596ba95f020e57b40')
+sha256sums=('14a2f8393159fcc43bfac82d0100364dc874fee94447aced80ec8ae99e2949eb')
build() {
cd "${srcdir}/textutils-v${pkgver}"