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

Maxime Gauduin alucryd at archlinux.org
Thu Apr 13 19:50:41 UTC 2017


    Date: Thursday, April 13, 2017 @ 19:50:40
  Author: alucryd
Revision: 222925

upgpkg: lollypop 0.9.231-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-13 19:49:44 UTC (rev 222924)
+++ PKGBUILD	2017-04-13 19:50:40 UTC (rev 222925)
@@ -4,8 +4,8 @@
 # Contributor: Cédric Bellegarde <gnumdk at gmail.com>
 
 pkgname=lollypop
-pkgver=0.9.230
-_portal_pkgver=0.9.0
+pkgver=0.9.231
+_portal_pkgver=0.9.1
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -24,14 +24,15 @@
 _commit='8f3fec20c99498a48f33df00eb64d5af20f81a38'
 source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz"
         "https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz")
-sha256sums=('fe4d33b21affd2b428b1e4555ae60c11741ee67063eabf00b1db18c6e97417b1'
-            '67215c1d6ce172c5be5df8dd2171ad29eb47a64f81e7cefc8789f66431a4b3aa')
+sha256sums=('d30040fd45d7c0d61e5d89d3564e0171cad3b4ce7d2fee7283065638e1d4e964'
+            'd7c5ae781eb3a7d24b1303b6f0c618d386e7ee0c977f87220f889c12e2713e6f')
 
 build() {
   cd lollypop-portal-${_portal_pkgver}
 
   ./configure \
-    --prefix='/usr'
+    --prefix='/usr' \
+    --libexecdir='/usr/lib/lollypop'
   make
 
   cd ../lollypop-${pkgver}
@@ -38,6 +39,7 @@
 
   ./configure \
     --prefix='/usr' \
+    --libexecdir='/usr/lib/lollypop' \
     --disable-schemas-compile
   make
 }
@@ -50,8 +52,6 @@
   cd ../lollypop-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-
-  chmod +x "${pkgdir}"/usr/share/{lollypop/lollypop-sp,lollypop-portal/lollypop-portal}
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list