makedeb


playerctl-git 1b19a71c2021.09.25-2


mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others.

Click here to go back to the commit logs for playerctl-git.

Commit:


Hash: 5604b644cf48418abfa4da2e39cdd504ac5ea815

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8bbfb2c..ea95caf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,13 @@ generated-by = makedeb
 pkgname = playerctl-git
 pkgbase = playerctl-git
 pkgdesc = mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others.
-pkgrel = 1
+pkgrel = 2
 pkgver = 1b19a71c2021.09.25
 url = https://github.com/acrisci/playerctl
 arch = i686
 arch = amd64
 conflicts = playerctl
+conflicts = libplayerctl2
 depends = libglib2.0-0
 depends = libglib2.0-bin
 license = LGPL3
@@ -18,6 +19,7 @@ makedepends = gobject-introspection
 makedepends = gtk-doc-tools
 optdepends = python3-gi
 provides = playerctl
+provides = libplayerctl2
 source = playerctl::git+https://github.com/acrisci/playerctl.git
 sha256sums = SKIP
 makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index a98726a..bd5af7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname=playerctl-git
 _pkgname=playerctl
 pkgver=1b19a71c2021.09.25
-pkgrel=1
+pkgrel=2
 pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others."
 arch=('i686' 'amd64')
 url="https://github.com/acrisci/playerctl"
@@ -11,8 +11,8 @@ license=('LGPL3')
 depends=('libglib2.0-0' 'libglib2.0-bin')
 makedepends=('git' 'meson' 'ninja-build' 'gobject-introspection' 'gtk-doc-tools')
 optdepends=('python3-gi')
-provides=('playerctl')
-conflicts=('playerctl')
+provides=('playerctl' 'libplayerctl2')
+conflicts=('playerctl' 'libplayerctl2')
 source=("$_pkgname::git+https://github.com/acrisci/playerctl.git")
 sha256sums=("SKIP")