[arch-commits] Commit in kshutdown/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jan 1 21:29:58 UTC 2020


    Date: Wednesday, January 1, 2020 @ 21:29:57
  Author: arojas
Revision: 545941

Update to 5.2

Modified:
  kshutdown/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-01 21:26:58 UTC (rev 545940)
+++ PKGBUILD	2020-01-01 21:29:57 UTC (rev 545941)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=kshutdown
-pkgver=5.0
+pkgver=5.2
 pkgrel=1
 pkgdesc='Shutdown Utility'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 source=("https://downloads.sourceforge.net/$pkgname/KShutdown/$pkgver/$pkgname-source-$pkgver.zip")
-sha256sums=('5f66537c4c20433cf44741268f7ac5e7f42bbb3e4151f7f67984a42a9d8429df')
+sha256sums=('1ae0911b734a0d7eb12469ca95f066fb4d52c7880c2e9f1b692b236fd08337df')
 
 prepare() {
   mkdir -p build
@@ -21,8 +21,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake ../$pkgname-$pkgver
   make
 }
 



More information about the arch-commits mailing list