diff options
Diffstat (limited to 'extra/scim-tables')
-rw-r--r-- | extra/scim-tables/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
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 <damir@archlinux.org> # Contributor: Gan Lu <rhythm.gan@gmail.com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> 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 } |