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

Antonio Rojas arojas at archlinux.org
Sat Dec 17 23:51:27 UTC 2016


    Date: Saturday, December 17, 2016 @ 23:51:27
  Author: arojas
Revision: 200002

Update to 0.12.5

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-17 23:46:34 UTC (rev 200001)
+++ PKGBUILD	2016-12-17 23:51:27 UTC (rev 200002)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=rsibreak
-pkgver=0.12.4
+pkgver=0.12.5
 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"
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-md5sums=('b723a38237efad7983647306ce4dd421')
+md5sums=('630f559dc5b1b6dee0c487965d240a95')
 
 prepare() {
   mkdir -p build
@@ -22,7 +22,7 @@
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF 
   make
 }



More information about the arch-commits mailing list