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

Maxim Baz maximbaz at gemini.archlinux.org
Tue Sep 21 16:33:12 UTC 2021


    Date: Tuesday, September 21, 2021 @ 16:33:12
  Author: maximbaz
Revision: 1020605

upgpkg: playerctl 2.4.1-1

Modified:
  playerctl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-21 16:32:53 UTC (rev 1020604)
+++ PKGBUILD	2021-09-21 16:33:12 UTC (rev 1020605)
@@ -3,16 +3,18 @@
 # Contributor: Ian D. Scott <ian at perebruin.com>
 # Contributor: Tony Crisci <tony at dubstepdish.com>
 pkgname=playerctl
-pkgver=2.3.1
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others."
 arch=('x86_64')
-url="https://github.com/acrisci/playerctl"
+url="https://github.com/altdesktop/playerctl"
 license=('LGPL3')
 depends=('glib2')
 makedepends=('gobject-introspection' 'gtk-doc' 'meson')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz")
-sha512sums=('06a10d193c83f60a9a9c50dddfb0a74e00be8cde34ddaa9d75582b7ce487ac564d1ff0675f6cb0c27d968e7d435b6a427818ac14e0cdd94b86af8f5d89661a93')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
+sha512sums=('2d84f657b07c948cd6990d9e79c4eb6e83f97c387ac53c2322fc0adbeb853950fa935332233329e7555db7d157f3ced6498cc102edaffd78849ca1f7d4c49bdc'
+            'SKIP')
 validpgpkeys=('8CDFCC2D6611ACDE63D2C348564F0717F9D84E49')
 
 prepare() {



More information about the arch-commits mailing list