summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2015-08-10 23:28:52 +0800
committerwenLiangcan2015-08-10 23:28:52 +0800
commit3edc2925626b6f8e7e42206c35622cb3dc5c39d1 (patch)
tree0cae9237eb3a6b8fdf39d08ccc708d2425560c69
parent2bc8a0828f6a36b584dd2725e07c22f40e6fefd0 (diff)
downloadaur-3edc2925626b6f8e7e42206c35622cb3dc5c39d1.tar.gz
ocaml-lambda-term 1.9-1.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9dd61149763..88870f64e3e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
srcname='lambda-term'
pkgname="ocaml-${srcname}"
-pkgver='1.8'
+pkgver='1.9'
pkgrel=1
pkgdesc='A cross-platform library for manipulating the terminal'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('ocaml' 'ocaml-lwt' 'ocaml-react' 'ocaml-zed')
makedepends=('ocaml-findlib')
source=("https://github.com/diml/lambda-term/archive/${pkgver}.tar.gz")
options=('!strip')
-md5sums=('77c09a0a58beae9f092db6e91ddae808')
+md5sums=('17a9f8b56f9a10a7ed4cfa48ae6c3e39')
build() {
cd "$srcdir/${srcname}-${pkgver}"