summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-02-22 02:38:31 +0100
committerDaniel Peukert2022-02-22 02:38:31 +0100
commitb70b385c20a094bc56bf88cf75c0b74a83b6564b (patch)
tree5b5ea14edfffe29f186a5543041b8dba8bbad0b5
parentc5f2ac775b70c0df1e7f0848ac252496281d756c (diff)
downloadaur-b70b385c20a094bc56bf88cf75c0b74a83b6564b.tar.gz
Update ocaml-lambda-term to 3.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 235d7f5c40ab..2fd86896903d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lambda-term
pkgdesc = Terminal manipulation library for OCaml
- pkgver = 3.1.0
- pkgrel = 3
+ pkgver = 3.2.0
+ pkgrel = 1
url = https://github.com/ocaml-community/lambda-term
install = ocaml-lambda-term.install
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = ocaml-lambda-term
arch = aarch64
license = BSD
makedepends = dune>=1.1.0
- depends = ocaml>=4.02.3
+ depends = ocaml>=4.08.0
depends = ocaml-camomile>=1.0.1
depends = ocaml-lwt>=4.0.0
depends = ocaml-lwt_log
@@ -20,7 +20,7 @@ pkgbase = ocaml-lambda-term
depends = ocaml-react
depends = ocaml-zed>=3.0.0
options = !strip
- source = ocaml-lambda-term-3.1.0-3.tar.gz::https://github.com/ocaml-community/lambda-term/archive/3.1.0.tar.gz
- sha256sums = f99c0c344df569a09599a836692d8475f80ff83a2099859e35fb5b2b9890c290
+ source = ocaml-lambda-term-3.2.0-1.tar.gz::https://github.com/ocaml-community/lambda-term/archive/3.2.0.tar.gz
+ sha512sums = b161341268450466da4aa42cb9b78960797ef61384ba9a11c08874286155dc5e0db4d68d313a714003ebc73c63e19bec17e5d39c57a8c32db0f0f7844d1dce6e
pkgname = ocaml-lambda-term
diff --git a/PKGBUILD b/PKGBUILD
index bac83fb7129f..7f5a59ec0cc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='lambda-term'
pkgname="ocaml-$_projectname"
-pkgver='3.1.0'
-pkgrel='3'
+pkgver='3.2.0'
+pkgrel='1'
pkgdesc='Terminal manipulation library for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
-depends=('ocaml>=4.02.3' 'ocaml-camomile>=1.0.1' 'ocaml-lwt>=4.0.0' 'ocaml-lwt_log' 'ocaml-mew_vi>=0.5.0' 'ocaml-react' 'ocaml-zed>=3.0.0')
+depends=('ocaml>=4.08.0' 'ocaml-camomile>=1.0.1' 'ocaml-lwt>=4.0.0' 'ocaml-lwt_log' 'ocaml-mew_vi>=0.5.0' 'ocaml-react' 'ocaml-zed>=3.0.0')
makedepends=('dune>=1.1.0')
options=('!strip')
install="$pkgname.install"
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('f99c0c344df569a09599a836692d8475f80ff83a2099859e35fb5b2b9890c290')
+sha512sums=('b161341268450466da4aa42cb9b78960797ef61384ba9a11c08874286155dc5e0db4d68d313a714003ebc73c63e19bec17e5d39c57a8c32db0f0f7844d1dce6e')
_sourcedirectory="$_projectname-$pkgver"