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 abf1fe1d8..0364e310d 100644
--- a/extra/scim-pinyin/PKGBUILD
+++ b/extra/scim-pinyin/PKGBUILD
@@ -1,26 +1,22 @@
-# $Id: PKGBUILD 149097 2012-02-05 17:19:20Z bisson $
+# $Id: PKGBUILD 165322 2012-08-15 15:28:33Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributer: Gan Lu <rhythm.gan@gmail.com>
pkgname=scim-pinyin
-pkgver=0.5.91
-pkgrel=6
+pkgver=0.5.92
+pkgrel=1
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.gz"
- 'gcc43.patch')
-sha1sums=('58bea437a211b7af8420057541a38933a41841c7'
- 'b78ecec237ee0e04ec43604fcc344ff43ccfb7b3')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../gcc43.patch
-
./configure \
--prefix=/usr \
--sysconfdir=/etc \