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

Antonio Rojas arojas at archlinux.org
Mon Jul 2 09:57:56 UTC 2018


    Date: Monday, July 2, 2018 @ 09:57:56
  Author: arojas
Revision: 349462

Update to 0.2.0

Modified:
  elisa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-02 09:55:34 UTC (rev 349461)
+++ PKGBUILD	2018-07-02 09:57:56 UTC (rev 349462)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=elisa
-pkgver=0.1.1
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='A simple music player aiming to provide a nice experience for its users'
 url='https://community.kde.org/Elisa'
@@ -10,7 +10,7 @@
 depends=(baloo qt5-quickcontrols qt5-quickcontrols2 qt5-graphicaleffects kcmutils) # upnp-player-qt
 makedepends=(extra-cmake-modules kdoctools)
 source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3ca7dce9092de422cea82f37fa16613e5aa969cfdae016dce87d38a46d8c463b'
+sha256sums=('4cf7f8a170c706fb220c641053e5141106effdd651575fd215efb2f9e2708d2b'
             'SKIP')
 validpgpkeys=(267BF70F7905C2723B0243267D0F74F05C22F553) # Matthieu Gallien <matthieu_gallien at yahoo.fr>
 
@@ -22,6 +22,7 @@
   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