summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-25 16:59:45 -0600
committerMark Wagie2020-05-25 16:59:45 -0600
commita3f49ad5449d14f2e9d6031c7ce472a56fd5dc1a (patch)
treecfa2a48aa4f8acc3b651c00ef11a9ad89739f0dc
parente7b97632a3ddc9a54f61c86b5023bd7004e20ee4 (diff)
downloadaur-a3f49ad5449d14f2e9d6031c7ce472a56fd5dc1a.tar.gz
update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ea033130c42..d74b08fdefc9 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.r222.gd3a74fa0
+ pkgver = 1.4.1.r293.gfcfcd66d
pkgrel = 1
url = http://nicotine-plus.org
arch = any
@@ -11,11 +11,13 @@ pkgbase = nicotine-plus-git
depends = gtk3
depends = gobject-introspection
depends = gst-python
+ depends = libnotify
depends = python-dbus
depends = python-gobject
depends = python-mutagen
depends = xdg-utils
optdepends = miniupnpc: UPnP support
+ optdepends = python-miniupnpc: Python bindings for miniupnpc
optdepends = python-geoip: for geo-blocker
optdepends = python-feedparser: for Reddit plugin
provides = nicotine-plus
diff --git a/PKGBUILD b/PKGBUILD
index f7a9b99a2973..f67bb03b022f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,17 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=1.4.1.r222.gd3a74fa0
+pkgver=1.4.1.r293.gfcfcd66d
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' 'gst-python' 'python-dbus'
+depends=('gtk3' 'gobject-introspection' 'gst-python' 'libnotify' 'python-dbus'
'python-gobject' 'python-mutagen' 'xdg-utils')
makedepends=('git' 'python-setuptools')
optdepends=('miniupnpc: UPnP support'
+ 'python-miniupnpc: Python bindings for miniupnpc'
'python-geoip: for geo-blocker'
'python-feedparser: for Reddit plugin')
checkdepends=('python-pytest')