summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 19:22:21 +0200
committerGoliathLabs2020-06-11 19:22:21 +0200
commit5373e41bacf37a539c0f236a6137a708ac78ca26 (patch)
tree188ed226642c3fbafdb2e6994ef1fb879a43e369
parent3f489a022baba814d5e471a04e54974d2ab743a3 (diff)
downloadaur-5373e41bacf37a539c0f236a6137a708ac78ca26.tar.gz
Updated: 0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04bb4b77763c..9c4c6f81c9f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-textutils
pkgdesc = Text output utilities
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
epoch = 1
url = https://github.com/janestreet/textutils
@@ -15,8 +15,8 @@ pkgbase = ocaml-textutils
depends = ocaml-migrate-parsetree
depends = ocaml-ppxlib
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/v0.13/files/textutils-v0.13.0.tar.gz
- sha256sums = e61fc1f7aea9faef3a38c996e6287e1c03f3ddf1dffe6b3596ba95f020e57b40
+ source = https://ocaml.janestreet.com/ocaml-core/v0.14/files/textutils-v0.14.0.tar.gz
+ sha256sums = 14a2f8393159fcc43bfac82d0100364dc874fee94447aced80ec8ae99e2949eb
pkgname = ocaml-textutils
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}"