diff options
author | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
commit | 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch) | |
tree | 8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /extra/scim-m17n/PKGBUILD | |
parent | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff) |
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'extra/scim-m17n/PKGBUILD')
-rw-r--r-- | extra/scim-m17n/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/scim-m17n/PKGBUILD b/extra/scim-m17n/PKGBUILD index 4fcb26155..7938e7768 100644 --- a/extra/scim-m17n/PKGBUILD +++ b/extra/scim-m17n/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 110890 2011-02-22 20:14:59Z bisson $ +# $Id: PKGBUILD 149048 2012-02-05 15:25:52Z bisson $ # Contributor: Camille Moncelier <pix@devlife.org> # Contributor: damir <damir@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=scim-m17n pkgver=0.2.3 -pkgrel=3 +pkgrel=4 pkgdesc='Multilingual input method module for SCIM' -arch=('i686' 'x86_64') url='http://www.scim-im.org/' license=('GPL') -depends=('scim' 'm17n-lib') options=('!libtool') +arch=('i686' 'x86_64') +depends=('scim' 'm17n-lib') source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz") sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea') |