summaryrefslogtreecommitdiff
path: root/extra/lablgtk2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lablgtk2/PKGBUILD')
-rw-r--r--extra/lablgtk2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/lablgtk2/PKGBUILD b/extra/lablgtk2/PKGBUILD
index cc23a4cf6..2c7f732e4 100644
--- a/extra/lablgtk2/PKGBUILD
+++ b/extra/lablgtk2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 197007 2013-10-21 12:38:24Z tpowa $
+# $Id: PKGBUILD 197222 2013-10-24 08:15:10Z tpowa $
#Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=lablgtk2
pkgver=2.16.0
-pkgrel=4
+pkgrel=5
pkgdesc=" An Objective Caml interface to gtk2"
arch=(i686 x86_64)
license=('LGPL')
@@ -13,7 +13,7 @@ makedepends=('ocaml')
optdepends=('ocaml: for using the tools')
DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o %o %u')
source=(https://forge.ocamlcore.org/frs/download.php/979/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags)
+options=(!makeflags staticlibs)
build() {
cd "${srcdir}/lablgtk-${pkgver}"