summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-28 19:22:24 -0600
committerMark Wagie2020-09-28 19:22:24 -0600
commit05b727cb3ec7c789a04d635fb6ec7a88b6594b05 (patch)
tree423164ec725d32c2e81839ab7965bab9ab0612eb
parentef7adda47d4c23be34f5d6e24c39b1410399154e (diff)
downloadaur-05b727cb3ec7c789a04d635fb6ec7a88b6594b05.tar.gz
adjust dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee247f6c89b7..a4676cc9c15d 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 = 2.1.0.dev1.r3310.88eb9976
+ pkgver = 2.1.2.dev1.r3405.9a80f5e5
pkgrel = 1
url = https://nicotine-plus.github.io/nicotine-plus
arch = any
@@ -8,16 +8,15 @@ pkgbase = nicotine-plus-git
checkdepends = python-pytest
makedepends = git
makedepends = python-setuptools
+ depends = python-miniupnpc
depends = python-pytaglib
depends = python-gobject
depends = gtk3
depends = libnotify
- optdepends = python-miniupnpc: UPnP support
optdepends = python-feedparser: for Reddit plugin
optdepends = gspell: for spell checking in chat
optdepends = nuspell: for spell checking in chat
optdepends = libappindicator-gtk3: for tray icon
- optdepends = gsound: for sound effects
provides = nicotine-plus
provides = nicotine+
provides = nicotine
diff --git a/PKGBUILD b/PKGBUILD
index 3405ba5bde88..9bb7920bb31d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,18 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=2.1.0.dev1.r3310.88eb9976
+pkgver=2.1.2.dev1.r3405.9a80f5e5
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
url="https://nicotine-plus.github.io/nicotine-plus"
license=('GPL3')
-depends=('python-pytaglib' 'python-gobject' 'gtk3' 'libnotify')
+depends=('python-miniupnpc' 'python-pytaglib' 'python-gobject' 'gtk3' 'libnotify')
makedepends=('git' 'python-setuptools')
-optdepends=('python-miniupnpc: UPnP support'
- 'python-feedparser: for Reddit plugin'
+optdepends=('python-feedparser: for Reddit plugin'
'gspell: for spell checking in chat'
'nuspell: for spell checking in chat'
- 'libappindicator-gtk3: for tray icon'
- 'gsound: for sound effects')
+ 'libappindicator-gtk3: for tray icon')
checkdepends=('python-pytest')
provides=("${pkgname%-git}" 'nicotine+' 'nicotine')
conflicts=("${pkgname%-git}" 'nicotine+' 'nicotine')