Date: Saturday, April 30, 2011 @ 08:04:42 Author: bisson Revision: 121293
upstream update Modified: gcin/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-30 08:23:16 UTC (rev 121292) +++ PKGBUILD 2011-04-30 12:04:42 UTC (rev 121293) @@ -1,10 +1,10 @@ # $Id$ +# Maintainer: Gaetan Bisson <[email protected]> # Contributor: Andreas Radke <[email protected]> # Contributor: damir <[email protected]> -# Maintainer: Gaetan Bisson <[email protected]> pkgname=gcin -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=1 pkgdesc='Input method server supporting various input methods' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ source=("${url}download/${pkgname}-${pkgver}.tar.bz2" 'fix_x86_64_libdir.patch' 'fix_qt4_paths.patch') -sha1sums=('72d05f85e0cd410420eef539e034167172b8c34c' +sha1sums=('acbfffbaf7eccd32ef251493e8c03dd126023b51' 'e5c113e50420bf4750f5547641df6ec4b7e437e0' '16d004424caed541d5baaa6874f708b1c138ab08') @@ -24,8 +24,8 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/fix_x86_64_libdir.patch" - patch -p1 -i "${srcdir}/fix_qt4_paths.patch" + patch -p1 -i ../fix_x86_64_libdir.patch + patch -p1 -i ../fix_qt4_paths.patch ./configure --prefix=/usr --use_i18n=Y make }
