summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ5lx2015-07-12 13:41:40 +0200
committerJ5lx2015-07-12 13:41:40 +0200
commit40ee4071c6e48e59b42b766751c7f1c3dc7f41a7 (patch)
tree12e0db88ee2c57a139f0ed08a661e302bdd7d237 /PKGBUILD
parent31fe7bfdf0fa2e82e0f5c5526d396c9607f4cd3e (diff)
downloadaur-40ee4071c6e48e59b42b766751c7f1c3dc7f41a7.tar.gz
2.5.0-2: Add missing ocaml-ppx_tools to depends()
Could have sworn I did this already...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f5c9047a991..5d3d9878c799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
_pkgname=lwt
pkgname=ocaml-${_pkgname}
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library for cooperative threads in OCaml"
arch=('i686' 'x86_64')
url="http://ocsigen.org/${_pkgname}/"
license=('LGPL')
-depends=('ocaml' 'camlp4' 'ocaml-react' 'ocaml-ssl' 'libev' 'glib2')
+depends=('ocaml' 'camlp4' 'ocaml-ppx_tools' 'ocaml-react' 'ocaml-ssl' 'libev' 'glib2')
makedepends=('ocaml-findlib')
source=(https://github.com/ocsigen/${_pkgname}/archive/$pkgver.tar.gz)
sha256sums=('37ae28a56bc5e112947ff84562b37fbd2263d54ecbb0b1e2076b2b775f546130')