Date: Friday, April 19, 2013 @ 17:05:48
  Author: bisson
Revision: 183254

upstream update

Modified:
  scim-tables/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-19 14:51:53 UTC (rev 183253)
+++ PKGBUILD    2013-04-19 15:05:48 UTC (rev 183254)
@@ -4,20 +4,22 @@
 # Maintainer: Gaetan Bisson <bis...@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
 }
 

Reply via email to