summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2443d9965d39..998db578500a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-efl
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"
+arch=('i686' 'x86_64')
url="https://forge.ocamlcore.org/projects/ocaml-efl/"
+license=('LGPL2.1')
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')
+source=("https://forge.ocamlcore.org/frs/download.php/1661/ocaml-efl-1.18.0.tar.gz")
md5sums=('9f47a05ac71ad068c521e880af8d24f4')
build() {