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

Antonio Rojas arojas at archlinux.org
Sun Nov 17 13:45:56 UTC 2019


    Date: Sunday, November 17, 2019 @ 13:45:56
  Author: arojas
Revision: 368980

Rebuild to fix community2extra borkage

Modified:
  elisa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-17 13:37:52 UTC (rev 368979)
+++ PKGBUILD	2019-11-17 13:45:56 UTC (rev 368980)
@@ -2,7 +2,7 @@
 
 pkgname=elisa
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple music player aiming to provide a nice experience for its users'
 url='https://community.kde.org/Elisa'
 arch=(x86_64)
@@ -21,8 +21,6 @@
 build() {
   cd build 
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF 
   make
 }



More information about the arch-commits mailing list