summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex2020-04-12 17:49:03 +0800
committerRex2020-04-12 17:49:03 +0800
commitc5e7dbe8fdfda5df0613a8f163c2a815d8a2f52d (patch)
tree07e8bd837be5444b715339067d84a1dccbb75a7d
parent6abee285feeae457358b21bd1edd1d0e67fec387 (diff)
downloadaur-c5e7dbe8fdfda5df0613a8f163c2a815d8a2f52d.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48823e90607d..1cbd24640667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = playerctl-git
pkgdesc = mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others.
pkgver = 2.0.1.r4.g20b3b82
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/acrisci/playerctl
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = playerctl-git
makedepends = gtk-doc
makedepends = meson
makedepends = ninja
+ makedepends = gobject-introspection
depends = glib2
- depends = gobject-introspection
optdepends = python-gobject: python bindings
provides = playerctl
conflicts = playerctl
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")