summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5503c05770b7..2443d9965d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-efl
-pkgver=1.17.0
+pkgver=1.18.0
pkgrel=1
license=('LGPL2.1')
arch=('i686' 'x86_64')
pkgdesc="An OCaml interface to the Enlightenment Foundation Libraries (EFL) and Elementary"
url="https://forge.ocamlcore.org/projects/ocaml-efl/"
-depends=('ocaml' 'efl' 'elementary')
-makedepends=('ocaml-findlib')
-source=("https://forge.ocamlcore.org/frs/download.php/1598/ocaml-efl-1.17.0.tar.gz")
+depends=('ocaml' 'efl')
+makedepends=('ocamlbuild' 'ocaml-findlib')
+source=("https://forge.ocamlcore.org/frs/download.php/1661/ocaml-efl-1.18.0.tar.gz")
options=('!strip')
-md5sums=('c9a34031f788470efb5f437c12af8b6b')
+md5sums=('9f47a05ac71ad068c521e880af8d24f4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"