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

Maxime Gauduin alucryd at archlinux.org
Sun Jan 15 14:55:34 UTC 2017


    Date: Sunday, January 15, 2017 @ 14:55:34
  Author: alucryd
Revision: 207448

upgpkg: lollypop 0.9.226-1

Modified:
  lollypop/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 14:55:18 UTC (rev 207447)
+++ PKGBUILD	2017-01-15 14:55:34 UTC (rev 207448)
@@ -4,7 +4,8 @@
 # Contributor: Cédric Bellegarde <gnumdk at gmail.com>
 
 pkgname=lollypop
-pkgver=0.9.224
+pkgver=0.9.226
+_portal_pkgver=0.9.0
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -12,7 +13,7 @@
 license=('GPL')
 depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
          'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('git' 'gobject-introspection' 'intltool' 'itstool' 'python')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
 optdepends=('flatpak: Flatpak Portal'
             'gst-libav: FFmpeg plugin for GStreamer'
             'kid3-qt: Store covers in tags'
@@ -22,14 +23,14 @@
             'youtube-dl: YouTube playback')
 _commit='8f3fec20c99498a48f33df00eb64d5af20f81a38'
 source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz"
-        "git+https://github.com/gnumdk/lollypop-portal.git#commit=${_commit}")
-sha256sums=('11b598453c4b508a5bd52aecc9f4c416bd0c2f2b7dc796a02da086eb462bac74'
-            'SKIP')
+        "https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz")
+sha256sums=('80c5441175080066efcae5b7fcada8b125407e09cc60490306f5f35e4e8f3cbd'
+            '67215c1d6ce172c5be5df8dd2171ad29eb47a64f81e7cefc8789f66431a4b3aa')
 
 build() {
-  cd lollypop-portal
+  cd lollypop-portal-${_portal_pkgver}
 
-  ./autogen.sh \
+  ./configure \
     --prefix='/usr'
   make
 
@@ -42,7 +43,7 @@
 }
 
 package() {
-  cd lollypop-portal
+  cd lollypop-portal-${_portal_pkgver}
 
   make DESTDIR="${pkgdir}" install
 



More information about the arch-commits mailing list