summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-05-25 16:59:45 -0600
committerMark Wagie2020-05-25 16:59:45 -0600
commita3f49ad5449d14f2e9d6031c7ce472a56fd5dc1a (patch)
treecfa2a48aa4f8acc3b651c00ef11a9ad89739f0dc /PKGBUILD
parente7b97632a3ddc9a54f61c86b5023bd7004e20ee4 (diff)
downloadaur-a3f49ad5449d14f2e9d6031c7ce472a56fd5dc1a.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')