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