diff options
Diffstat (limited to 'kde-unstable/kdeutils-kfloppy/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeutils-kfloppy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeutils-kfloppy/PKGBUILD b/kde-unstable/kdeutils-kfloppy/PKGBUILD index 5b16954f2..a7b8b009a 100644 --- a/kde-unstable/kdeutils-kfloppy/PKGBUILD +++ b/kde-unstable/kdeutils-kfloppy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163441 2012-07-11 22:57:51Z andrea $ +# $Id: PKGBUILD 171849 2012-11-21 20:03:18Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kfloppy -pkgver=4.8.97 +pkgver=4.9.80 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/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz") -sha1sums=('a21e3fc298d7015be965208bec5667ad17a54667') +sha1sums=('de19d2d304323b46e91fae742b2c353583290572') build() { cd "${srcdir}" |