summaryrefslogtreecommitdiff
path: root/extra/scim-pinyin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/scim-pinyin/PKGBUILD')
-rw-r--r--extra/scim-pinyin/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/scim-pinyin/PKGBUILD b/extra/scim-pinyin/PKGBUILD
index 0364e310d..a31e1eadc 100644
--- a/extra/scim-pinyin/PKGBUILD
+++ b/extra/scim-pinyin/PKGBUILD
@@ -1,27 +1,23 @@
-# $Id: PKGBUILD 165322 2012-08-15 15:28:33Z bisson $
+# $Id: PKGBUILD 188493 2013-06-15 00:05:57Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributer: Gan Lu <rhythm.gan@gmail.com>
pkgname=scim-pinyin
pkgver=0.5.92
-pkgrel=1
+pkgrel=2
pkgdesc='Chinese pinyin input for SCIM'
url='http://www.scim-im.org/'
arch=('i686' 'x86_64')
license=('GPL')
depends=('scim')
-options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
+options=('!libtool')
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-static \
-
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
make
}