diff options
author | root <root@rshg054.dnsready.net> | 2012-08-17 00:02:31 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-17 00:02:31 +0000 |
commit | 4a701d607c90ab5fdadbbe59b468df93e4293244 (patch) | |
tree | 57a9c0d8bbf45a06212aa95c3a4aef3a3e2bc346 /extra/scim-pinyin/PKGBUILD | |
parent | 0fc1870f2eadde8cb06004be1cbe8d1a4333aa69 (diff) |
Fri Aug 17 00:02:30 UTC 2012
Diffstat (limited to 'extra/scim-pinyin/PKGBUILD')
-rw-r--r-- | extra/scim-pinyin/PKGBUILD | 14 |
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 \ |