summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-19 12:06:24 +0200
committerGoliathLabs2020-05-19 12:06:24 +0200
commit3f489a022baba814d5e471a04e54974d2ab743a3 (patch)
tree9f9d3a8f4d6a99cf379f11649d5b23713e372bdb /PKGBUILD
parentfa5e5845341cd0ae326c681027a29db8c2931fb9 (diff)
downloadaur-3f489a022baba814d5e471a04e54974d2ab743a3.tar.gz
Updated: 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81a7e8e95774..5e05ebf436a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-textutils
-pkgver=0.11.0
+pkgver=0.13.0
pkgrel=1
epoch=1
pkgdesc="Text output utilities"
@@ -12,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")
-md5sums=('58aede37fcd2e99d90726b30ee36bf1e')
+sha256sums=('e61fc1f7aea9faef3a38c996e6287e1c03f3ddf1dffe6b3596ba95f020e57b40')
build() {
cd "${srcdir}/textutils-v${pkgver}"