summaryrefslogtreecommitdiff
path: root/extra/scim-pinyin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
committerroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
commit44c10f274ec720a1512b15457b9eeffea28c6041 (patch)
tree48d27d6116dfd4fdce957af918c3d62385fd9226 /extra/scim-pinyin
parent0a069ede63336b105cda051cebe136f2592847d2 (diff)
Sun Jun 16 01:25:28 PDT 2013
Diffstat (limited to 'extra/scim-pinyin')
-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
}