summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-07-12 13:34:30 +0200
committerJ5lx2015-07-12 13:34:30 +0200
commit31fe7bfdf0fa2e82e0f5c5526d396c9607f4cd3e (patch)
treea71ee79549b7c1890ae5279541acad8740d1680b
parentfa4e9031375fcfbb001f77ce2c7357fc949f5023 (diff)
downloadaur-31fe7bfdf0fa2e82e0f5c5526d396c9607f4cd3e.tar.gz
2.5.0-1: Update to new upstream version
This update also enables support for OCaml's much-praised new preprocessor ppx, thus requiring ocaml-ppx_tools as a new dependency.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff46f3b5b13..30f71b981b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lwt
pkgdesc = A library for cooperative threads in OCaml
- pkgver = 2.4.8
- pkgrel = 2
+ pkgver = 2.5.0
+ pkgrel = 1
url = http://ocsigen.org/lwt/
arch = i686
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = ocaml-lwt
options = !strip
options = !makeflags
options = staticlibs
- source = https://github.com/ocsigen/lwt/archive/2.4.8.tar.gz
- sha256sums = cada92a1c7ce9c678adc67dfa0a8c51f582358e99bbe839ece2decd6866cfa38
+ source = https://github.com/ocsigen/lwt/archive/2.5.0.tar.gz
+ sha256sums = 37ae28a56bc5e112947ff84562b37fbd2263d54ecbb0b1e2076b2b775f546130
pkgname = ocaml-lwt
diff --git a/PKGBUILD b/PKGBUILD
index 97e59817c2c5..6f5c9047a991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=lwt
pkgname=ocaml-${_pkgname}
-pkgver=2.4.8
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
pkgdesc="A library for cooperative threads in OCaml"
arch=('i686' 'x86_64')
url="http://ocsigen.org/${_pkgname}/"
@@ -14,7 +14,7 @@ license=('LGPL')
depends=('ocaml' 'camlp4' 'ocaml-react' 'ocaml-ssl' 'libev' 'glib2')
makedepends=('ocaml-findlib')
source=(https://github.com/ocsigen/${_pkgname}/archive/$pkgver.tar.gz)
-sha256sums=('cada92a1c7ce9c678adc67dfa0a8c51f582358e99bbe839ece2decd6866cfa38')
+sha256sums=('37ae28a56bc5e112947ff84562b37fbd2263d54ecbb0b1e2076b2b775f546130')
options=(!strip !makeflags staticlibs)
build() {
@@ -30,6 +30,7 @@ build() {
--enable-glib \
--enable-ssl \
--enable-camlp4 \
+ --enable-ppx \
--disable-debug \
--prefix /usr \
--destdir $pkgdir