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

Antonio Rojas arojas at archlinux.org
Tue Jun 29 06:39:26 UTC 2021


    Date: Tuesday, June 29, 2021 @ 06:39:25
  Author: arojas
Revision: 967833

Update to 0.12.14

Modified:
  rsibreak/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-29 06:14:54 UTC (rev 967832)
+++ PKGBUILD	2021-06-29 06:39:25 UTC (rev 967833)
@@ -1,31 +1,25 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=rsibreak
-pkgver=0.12.13
+pkgver=0.12.14
 pkgrel=1
-pkgdesc="Takes care of your health and regularly breaks your work to avoid repetitive strain injury (RSI)"
-url="https://userbase.kde.org/RSIBreak"
+pkgdesc='Takes care of your health and regularly breaks your work to avoid repetitive strain injury (RSI)'
+url='https://apps.kde.org/rsibreak/'
 arch=(x86_64)
 license=(GPL)
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3740be7fbf3c7eae72a2d482e781f62b858373a3e71a2f0d87fbd72f8bf47f1a'
+source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1ce37ef875ffa1964db80ddb0898b3f762134592f573fabb9950c467b92a5b7a'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF 
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }




More information about the arch-commits mailing list