summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2016-03-09 21:31:41 +0100
committerJ5lx2016-03-09 21:31:41 +0100
commit21cad85a1e177ebbac934ccbcfdc9673d15eb164 (patch)
tree96ecdf9039aac7d3e2d3ccd32521387a4f93f68c
parenta5d7d49252e083fa6e79d7fcf9daadfe90d00444 (diff)
downloadaur-21cad85a1e177ebbac934ccbcfdc9673d15eb164.tar.gz
1.17.0-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 710cdc4a66ed..d9c82e6f4487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 12:22:19 UTC 2016
+# Wed Mar 9 20:31:11 UTC 2016
pkgbase = ocaml-efl
pkgdesc = An OCaml interface to the Enlightenment Foundation Libraries (EFL) and Elementary
- pkgver = 1.13.0
+ pkgver = 1.17.0
pkgrel = 1
url = https://forge.ocamlcore.org/projects/ocaml-efl/
arch = i686
@@ -13,8 +13,8 @@ pkgbase = ocaml-efl
depends = efl
depends = elementary
options = !strip
- source = https://forge.ocamlcore.org/frs/download.php/1499/ocaml-efl-1.13.0.tar.gz
- md5sums = b7e5fc04f8fa644b30032da471d557e6
+ source = https://forge.ocamlcore.org/frs/download.php/1598/ocaml-efl-1.17.0.tar.gz
+ md5sums = c9a34031f788470efb5f437c12af8b6b
pkgname = ocaml-efl
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
}