Date: Saturday, November 22, 2014 @ 21:23:21 Author: bpiotrowski Revision: 122946
upgpkg: aspell-uk 1.8.0-1 new upstream release Modified: aspell-uk/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-22 20:18:52 UTC (rev 122945) +++ PKGBUILD 2014-11-22 20:23:21 UTC (rev 122946) @@ -3,9 +3,9 @@ # Contributor: Roman Kyrylych <[email protected]> pkgname=aspell-uk -pkgver=1.6.5 +pkgver=1.8.0 _ftpver=1.4.0 -pkgrel=4 +pkgrel=1 pkgdesc="Ukrainian dictionary for aspell" arch=('i686' 'x86_64') url="http://ispell-uk.sourceforge.net/" @@ -14,7 +14,7 @@ source=(ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-${_ftpver}-0.tar.bz2 http://downloads.sourceforge.net/project/ispell-uk/spell-uk/$pkgver/spell-uk-$pkgver.tgz) sha256sums=('35f9a7e840c1272706bc6dd172bc9625cbd843d021094da8598a6abba525f18c' - '90eff3b9e40d04b53717240b725e303f02cec4ee8bef9bded69b7481e41fa422') + '111e5b945254df4e140922d10daa3da2beffe05d389c1cb2e1e436298f23f2b5') build() { # needed when using a source package from ispell-uk project @@ -26,8 +26,8 @@ make # needed when using a source package from ispell-uk project - mv ${srcdir}/spell-uk-$pkgver/dist/aspell-uk-$pkgver/* \ - ${srcdir}/aspell6-uk-${_ftpver}-0 + #mv ${srcdir}/spell-uk-$pkgver/dist/aspell-uk-$pkgver/* \ + # ${srcdir}/aspell6-uk-${_ftpver}-0 } package() {
