summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-18 08:25:10 -0600
committerMark Wagie2020-05-18 08:25:10 -0600
commitd28332b1ed7ff49c69bebc28f8b9eb06b0402eef (patch)
treeef3ecd8b46ac69a69e4ebd0369cc42d91f49a871
parent3396a62cecce4ed3fc73fabd664e4dd60031b6f9 (diff)
downloadaur-d28332b1ed7ff49c69bebc28f8b9eb06b0402eef.tar.gz
update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee4fa19f63d..613f89daced6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 1.4.1.r131.g25ea36c9
+ pkgver = 1.4.1.r133.gad6e55af
pkgrel = 1
url = http://nicotine-plus.org
arch = any
@@ -10,6 +10,8 @@ pkgbase = nicotine-plus-git
makedepends = python-setuptools
depends = gtk3
depends = gobject-introspection
+ depends = gst-python
+ depends = python-dbus
depends = python-gobject
depends = python-mutagen
depends = xdg-utils
diff --git a/PKGBUILD b/PKGBUILD
index efbe45c7636c..009626190f48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=1.4.1.r131.g25ea36c9
+pkgver=1.4.1.r133.gad6e55af
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
url="http://nicotine-plus.org"
license=('GPL3')
-depends=('gtk3' 'gobject-introspection' 'python-gobject'
- 'python-mutagen' 'xdg-utils')
+depends=('gtk3' 'gobject-introspection' 'gst-python' 'python-dbus'
+ 'python-gobject' 'python-mutagen' 'xdg-utils')
makedepends=('git' 'python-setuptools')
optdepends=('miniupnpc: UPnP support'
'python-geoip: for geo-blocker'