From 1f9776d421ac40faa59f797893033e99e4f919eb Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Apr 2013 01:29:42 -0700 Subject: Sat Apr 20 01:28:56 PDT 2013 --- extra/scim-tables/PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'extra/scim-tables') diff --git a/extra/scim-tables/PKGBUILD b/extra/scim-tables/PKGBUILD index 0460dce28..557d9d80c 100644 --- a/extra/scim-tables/PKGBUILD +++ b/extra/scim-tables/PKGBUILD @@ -1,23 +1,25 @@ -# $Id: PKGBUILD 165324 2012-08-15 15:29:35Z bisson $ +# $Id: PKGBUILD 183256 2013-04-19 15:20:34Z bisson $ # Contributor: damir # Contributor: Gan Lu # Maintainer: Gaetan Bisson pkgname=scim-tables -pkgver=0.5.11 +pkgver=0.5.12 pkgrel=1 pkgdesc='Generic table input method module for SCIM' url='http://www.scim-im.org/' arch=('i686' 'x86_64') license=('GPL') depends=('scim') -options=('!libtool') +makedepends=('intltool') source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz") -sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b') +sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f') + +options=('!libtool') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-static=no + ./configure --prefix=/usr --disable-static make } -- cgit v1.2.3-54-g00ecf