diff options
Diffstat (limited to 'testing/kdeutils-kfloppy/PKGBUILD')
-rw-r--r-- | testing/kdeutils-kfloppy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kdeutils-kfloppy/PKGBUILD b/testing/kdeutils-kfloppy/PKGBUILD index d4a03f4fb..3318061af 100644 --- a/testing/kdeutils-kfloppy/PKGBUILD +++ b/testing/kdeutils-kfloppy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166121 2012-09-04 16:32:32Z andrea $ +# $Id: PKGBUILD 167654 2012-10-02 20:00:23Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kfloppy -pkgver=4.9.1 +pkgver=4.9.2 pkgrel=1 pkgdesc='Floppy Formatter' url='http://kde.org/applications/utilities/kfloppy/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz") -sha1sums=('9559d03483aaab1774dbf26fa7171f6b697774b0') +sha1sums=('dbf5ceed22cd0ef0d898dacc466ea6db3da7c980') build() { cd "${srcdir}" |