diff options
Diffstat (limited to 'extra/kdeutils-kfloppy/PKGBUILD')
-rw-r--r-- | extra/kdeutils-kfloppy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdeutils-kfloppy/PKGBUILD b/extra/kdeutils-kfloppy/PKGBUILD index 0cc40db5c..df7a9b730 100644 --- a/extra/kdeutils-kfloppy/PKGBUILD +++ b/extra/kdeutils-kfloppy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209628 2014-03-31 10:26:18Z svenstaro $ +# $Id: PKGBUILD 211488 2014-04-18 18:03:34Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kfloppy -pkgver=4.12.4 +pkgver=4.13.0 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=('53db820921ecf311dc5976aa2484b039297c4119') +sha1sums=('eb690620e0e36e1387a7219292196970d62a4d33') build() { cd "${srcdir}" |