summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-06 08:18:29 +0200
committerDaniel Peukert2020-05-06 08:18:29 +0200
commitf937d9815d9d1d50314e8e1b323d714b69878bb2 (patch)
tree8c4f3aa71016bb36e4a603ed495f6306019f7d28
parentbcb8f446e14fe54a35d10eab9793ea5285bf665d (diff)
downloadaur-f937d9815d9d1d50314e8e1b323d714b69878bb2.tar.gz
Updated ocaml-lambda-term to 3.0.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee6fc348e84d..36617877a390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lambda-term
pkgdesc = Terminal manipulation library for OCaml
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 3.0.1
+ pkgrel = 1
url = https://github.com/ocaml-community/lambda-term
install = ocaml-lambda-term.install
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = ocaml-lambda-term
depends = ocaml-react
depends = ocaml-zed>=3.0.0
options = !strip
- source = ocaml-lambda-term-3.0.0-2.tar.gz::https://github.com/ocaml-community/lambda-term/archive/3.0.0.tar.gz
- source = ocaml-lambda-term-3.0.0-2-fix-vi-visual-mode.diff::https://github.com/ocaml-community/lambda-term/commit/e7b8cc0f09b7caf1d03bd512e2f081c78e29e688.diff
- source = ocaml-lambda-term-3.0.0-2-fix-tests.diff::https://github.com/ocaml-community/lambda-term/commit/105a1460b41b6c3f0c3d0c9dc260e0a50b13f7c9.diff
- sha256sums = 65e16c9a52fa03a6b3a3772566414b0d35cadceac3f244301ef56dad4c6ccc18
+ source = ocaml-lambda-term-3.0.1-1.tar.gz::https://github.com/ocaml-community/lambda-term/archive/3.0.1.tar.gz
+ source = ocaml-lambda-term-3.0.1-1-fix-vi-visual-mode.diff::https://github.com/ocaml-community/lambda-term/commit/e7b8cc0f09b7caf1d03bd512e2f081c78e29e688.diff
+ source = ocaml-lambda-term-3.0.1-1-fix-tests.diff::https://github.com/ocaml-community/lambda-term/commit/105a1460b41b6c3f0c3d0c9dc260e0a50b13f7c9.diff
+ sha256sums = 1959dc44adafdee9e8d27933eb37617e419c8defbb2cede8e1a8fe14a9756f8f
sha256sums = d75ce1747c065c1207174c1f43381c0310810917787901d557b8336f779cba34
sha256sums = 04b2ca408fe9b0b3ebd52edea79588ed36838fb5220f9256a6805c2def102c3d
diff --git a/PKGBUILD b/PKGBUILD
index 358f51cd652d..4986c810adfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='lambda-term'
pkgname="ocaml-$_projectname"
-pkgver='3.0.0'
-pkgrel='2'
+pkgver='3.0.1'
+pkgrel='1'
pkgdesc='Terminal manipulation library for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
@@ -19,7 +19,7 @@ source=(
"$pkgname-$pkgver-$pkgrel-fix-vi-visual-mode.diff::$url/commit/e7b8cc0f09b7caf1d03bd512e2f081c78e29e688.diff"
"$pkgname-$pkgver-$pkgrel-fix-tests.diff::$url/commit/105a1460b41b6c3f0c3d0c9dc260e0a50b13f7c9.diff"
)
-sha256sums=('65e16c9a52fa03a6b3a3772566414b0d35cadceac3f244301ef56dad4c6ccc18'
+sha256sums=('1959dc44adafdee9e8d27933eb37617e419c8defbb2cede8e1a8fe14a9756f8f'
'd75ce1747c065c1207174c1f43381c0310810917787901d557b8336f779cba34'
'04b2ca408fe9b0b3ebd52edea79588ed36838fb5220f9256a6805c2def102c3d')