[arch-commits] Commit in lollypop/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Sep 18 13:19:19 UTC 2019
Date: Wednesday, September 18, 2019 @ 13:19:19
Author: alucryd
Revision: 511063
upgpkg: lollypop 1.1.4.16-1
Modified:
lollypop/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-18 13:18:57 UTC (rev 511062)
+++ PKGBUILD 2019-09-18 13:19:19 UTC (rev 511063)
@@ -3,11 +3,11 @@
# Contributor: Cédric Bellegarde <gnumdk at gmail.com>
pkgname=lollypop
-pkgver=1.1.4.15
+pkgver=1.1.4.16
pkgrel=1
pkgdesc='Music player for GNOME'
arch=(any)
-url=https://gitlab.gnome.org/gnumdk/lollypop
+url=https://gitlab.gnome.org/World/lollypop
license=(GPL)
depends=(
appstream-glib
@@ -38,9 +38,15 @@
'python-pylast: Last.FM support'
'youtube-dl: Youtube support'
)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=('SKIP')
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=5bd7fc5beb24879957947fba0e61db048a27f885)
+sha256sums=(SKIP)
+pkgver() {
+ cd lollypop
+
+ git describe --tags
+}
+
build() {
arch-meson lollypop build \
--libexecdir=lib/lollypop
More information about the arch-commits
mailing list