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

Maxime Gauduin alucryd at archlinux.org
Tue Feb 19 20:05:05 UTC 2019


    Date: Tuesday, February 19, 2019 @ 20:05:03
  Author: alucryd
Revision: 434605

upgpkg: lollypop 0.9.921-1

Modified:
  lollypop/trunk/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++++++++---------------------
 1 file changed, 32 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 20:04:55 UTC (rev 434604)
+++ PKGBUILD	2019-02-19 20:05:03 UTC (rev 434605)
@@ -3,33 +3,44 @@
 # Contributor: Cédric Bellegarde <gnumdk at gmail.com>
 
 pkgname=lollypop
-pkgver=0.9.916
+pkgver=0.9.921
 pkgrel=1
 pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
+arch=(any)
+url=https://gitlab.gnome.org/gnumdk/lollypop
+license=(GPL)
 depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
+  gst-plugins-base-libs
+  gtk3
+  python-beautifulsoup4
+  python-cairo
+  python-dbus
+  python-gobject
+  python-pillow
+  totem-plparser
 )
 makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
 )
-optdepends=('easytag: Modify tags'
-            'flatpak: Flatpak Portal'
-            'gst-libav: FFmpeg plugin for GStreamer'
-            'gst-plugins-bad: "Bad" plugin libraries'
-            'gst-plugins-base: "Base" plugin libraries'
-            'gst-plugins-good: "Good" plugin libraries'
-            'gst-plugins-ugly: "Ugly" plugin libraries'
-            'kid3-qt: Store covers in tags'
-            'libsecret: Last.FM support'
-            'python-pillow: Blur background in lyrics view'
-            'python-pylast: Last.FM support'
-            'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}")
-sha256sums=('SKIP')
+optdepends=(
+  'easytag: Modify tags'
+  'flatpak: Flatpak Portal'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'python-pylast: Last.FM support'
+  'python-wikipedia: Wikipedia support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 build() {
   arch-meson lollypop build \



More information about the arch-commits mailing list