diff options
Diffstat (limited to 'extra/kshutdown/PKGBUILD')
-rw-r--r-- | extra/kshutdown/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kshutdown/PKGBUILD b/extra/kshutdown/PKGBUILD index e312b3db4..cf8efe0e2 100644 --- a/extra/kshutdown/PKGBUILD +++ b/extra/kshutdown/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 157339 2012-04-27 07:13:20Z eric $ +# $Id: PKGBUILD 172105 2012-11-28 13:15:50Z stephane $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=kshutdown -pkgver=3.0beta4 +pkgver=3.0beta5 pkgrel=1 pkgdesc="Shutdown Utility for KDE" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ depends=('kdebase-workspace') makedepends=('cmake' 'automoc4') install='kshutdown.install' source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.zip") -sha1sums=('1dcdaa84b7e87560d9861209d6be6ea1d793ca78') +sha1sums=('108e27a7d1cef505c296656f92ab071d8c53bce3') build() { cd "${srcdir}" |