[arch-commits] Commit in kshutdown/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Sep 1 08:00:24 UTC 2016
Date: Thursday, September 1, 2016 @ 08:00:24
Author: arodseth
Revision: 188203
upgpkg: kshutdown 4.0-1
Modified:
kshutdown/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-01 06:22:47 UTC (rev 188202)
+++ PKGBUILD 2016-09-01 08:00:24 UTC (rev 188203)
@@ -3,8 +3,8 @@
# Contributor: Tobias Powalowski <tpowa at archlinux.org>
pkgname=kshutdown
-pkgver=3.2
-pkgrel=5
+pkgver=4.0
+pkgrel=1
pkgdesc='Shutdown Utility for KDE'
arch=('x86_64' 'i686')
url='http://kshutdown.sourceforge.net/'
@@ -11,12 +11,11 @@
license=('GPL')
depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4' 'ninja')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip")
-sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f')
+source=("http://downloads.sourceforge.net/$pkgname/KShutdown/$pkgver/$pkgname-source-$pkgver.zip")
+sha256sums=('75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc')
build() {
- mkdir build
- cd build
+ mkdir -p build; cd build
cmake "../$pkgname-$pkgver" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
More information about the arch-commits
mailing list