diff options
author | root <root@rshg054.dnsready.net> | 2013-06-18 01:11:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-18 01:11:38 -0700 |
commit | 614d2fec699c594b1a3a25c973e0b5150302ff0e (patch) | |
tree | 7d5b075f309f4004f09e77562975fad441662446 /community/kshutdown/PKGBUILD | |
parent | 3c8e479bfe9fab72058c833f2909a26232114733 (diff) |
Tue Jun 18 01:11:08 PDT 2013
Diffstat (limited to 'community/kshutdown/PKGBUILD')
-rw-r--r-- | community/kshutdown/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kshutdown/PKGBUILD b/community/kshutdown/PKGBUILD index e54f7026d..6c1e0c174 100644 --- a/community/kshutdown/PKGBUILD +++ b/community/kshutdown/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 88132 2013-04-12 11:15:41Z arodseth $ +# $Id: PKGBUILD 92861 2013-06-17 10:22:44Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=kshutdown -pkgver=3.0beta7 +pkgver=3.0beta8 pkgrel=1 pkgdesc='Shutdown Utility for KDE' arch=('x86_64' 'i686') @@ -13,7 +13,7 @@ depends=('kdebase-workspace') makedepends=('cmake' 'automoc4') install="$pkgname.install" source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip") -sha256sums=('5de50c532a9fd2e65706376232b7e641b05bbc5f54677f06d27bce0e0f9825ac') +sha256sums=('5b4242777943574e0607687af6e6270ff655f16612c8b35400a872de35c2a4bd') build() { mkdir "$srcdir/build" |