Date: Sunday, December 6, 2015 @ 22:47:38 Author: bisson Revision: 253035
upstream update Modified: scim-tables/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-06 21:47:37 UTC (rev 253034) +++ PKGBUILD 2015-12-06 21:47:38 UTC (rev 253035) @@ -4,19 +4,20 @@ # Contributor: damir <[email protected]> pkgname=scim-tables -pkgver=0.5.13 +pkgver=0.5.14.1 pkgrel=1 pkgdesc='Generic table input method module for SCIM' -url='http://www.scim-im.org/' +url='http://sourceforge.net/projects/scim/' arch=('i686' 'x86_64') license=('GPL') depends=('scim') makedepends=('intltool') -source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz") -sha1sums=('75363466cfca30e3cdff804e0dad713f12521776') +source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz") +sha1sums=('bee90f7322ba8cf256af14e0837460f87037e37d') build() { cd "${srcdir}/${pkgname}-${pkgver}" + ./bootstrap ./configure --prefix=/usr make }
