summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-19 12:06:24 +0200
committerGoliathLabs2020-05-19 12:06:24 +0200
commit3f489a022baba814d5e471a04e54974d2ab743a3 (patch)
tree9f9d3a8f4d6a99cf379f11649d5b23713e372bdb
parentfa5e5845341cd0ae326c681027a29db8c2931fb9 (diff)
downloadaur-3f489a022baba814d5e471a04e54974d2ab743a3.tar.gz
Updated: 0.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aaae0b5c74e..04bb4b77763c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jun 28 20:20:50 UTC 2018
pkgbase = ocaml-textutils
pkgdesc = Text output utilities
- pkgver = 0.11.0
+ pkgver = 0.13.0
pkgrel = 1
epoch = 1
url = https://github.com/janestreet/textutils
@@ -17,8 +15,8 @@ pkgbase = ocaml-textutils
depends = ocaml-migrate-parsetree
depends = ocaml-ppxlib
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/v0.11/files/textutils-v0.11.0.tar.gz
- md5sums = 58aede37fcd2e99d90726b30ee36bf1e
+ source = https://ocaml.janestreet.com/ocaml-core/v0.13/files/textutils-v0.13.0.tar.gz
+ sha256sums = e61fc1f7aea9faef3a38c996e6287e1c03f3ddf1dffe6b3596ba95f020e57b40
pkgname = ocaml-textutils
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}"