diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-09 09:29:16 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-09 09:29:16 -0300 |
commit | bf27698570c0232bdabb1f9d4636e13829648264 (patch) | |
tree | c5f6187b28bd8e011583c4d24979054af2136839 /extra/scim-tables | |
parent | 8b82a3250aa4e181b97e7faeb055a00e718bdadb (diff) | |
parent | 2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/open-vm-tools-modules/PKGBUILD
community/virtualbox/PKGBUILD
core/lilo/PKGBUILD
core/lilo/lilo.conf
core/pam/PKGBUILD
core/syslinux/PKGBUILD
core/syslinux/syslinux.cfg
extra/ethtool/PKGBUILD
extra/libksba/PKGBUILD
extra/lirc/PKGBUILD
Diffstat (limited to 'extra/scim-tables')
-rw-r--r-- | extra/scim-tables/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/scim-tables/PKGBUILD b/extra/scim-tables/PKGBUILD index e60ca977d..698a91d04 100644 --- a/extra/scim-tables/PKGBUILD +++ b/extra/scim-tables/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 110895 2011-02-22 20:15:32Z bisson $ +# $Id: PKGBUILD 134848 2011-08-07 23:21:19Z bisson $ # Contributor: damir <damir@archlinux.org> # Contributor: Gan Lu <rhythm.gan@gmail.com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=scim-tables -pkgver=0.5.9 -pkgrel=2 +pkgver=0.5.10 +pkgrel=1 pkgdesc='Generic table input method module for SCIM' arch=('i686' 'x86_64' 'mips64el') url='http://www.scim-im.org/' @@ -13,7 +13,7 @@ license=('GPL') depends=('scim') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz") -sha1sums=('aeca1c8a2eb10a214edc07fa248cd7450f78e387') +sha1sums=('c6e6fbd9999ceba5cb982349fee8391e16a9c2fe') build() { cd "${srcdir}/${pkgname}-${pkgver}" |