summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRex2020-04-12 17:49:03 +0800
committerRex2020-04-12 17:49:03 +0800
commitc5e7dbe8fdfda5df0613a8f163c2a815d8a2f52d (patch)
tree07e8bd837be5444b715339067d84a1dccbb75a7d /PKGBUILD
parent6abee285feeae457358b21bd1edd1d0e67fec387 (diff)
downloadaur-c5e7dbe8fdfda5df0613a8f163c2a815d8a2f52d.tar.gz
updated PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77009142d962..0ab182d24ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=playerctl-git
_pkgname=playerctl
pkgver=2.0.1.r4.g20b3b82
-pkgrel=2
+pkgrel=3
pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others."
arch=('i686' 'x86_64')
url="https://github.com/acrisci/playerctl"
license=('LGPL3')
-depends=('glib2' 'gobject-introspection')
+depends=('glib2')
optdepends=('python-gobject: python bindings')
-makedepends=('git' 'gtk-doc' 'meson' 'ninja')
+makedepends=('git' 'gtk-doc' 'meson' 'ninja' 'gobject-introspection')
provides=('playerctl')
conflicts=('playerctl')
source=("$_pkgname::git+https://github.com/acrisci/playerctl.git")