summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-10-10 20:56:38 -0600
committerMark Wagie2020-10-10 20:56:38 -0600
commit54dae835665fab89065aec53e3c87f8dffcafb45 (patch)
treea9ca1d41a54c66f541d12a4d7832e2f79b1b18eb /PKGBUILD
parent6ac3bb75c81f8e70c9cdc3003450a2af25379409 (diff)
downloadaur-54dae835665fab89065aec53e3c87f8dffcafb45.tar.gz
Reddit plugin: drop feedparser dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 349c870843dd..d23a26a89633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=2.1.2.dev1.r3467.6c395c0d
+pkgver=2.1.2.dev1.r3475.ac83dca4
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -11,8 +11,7 @@ url="https://nicotine-plus.github.io/nicotine-plus"
license=('GPL3')
depends=('python-miniupnpc' 'python-pytaglib' 'python-gobject' 'gtk3' 'libnotify')
makedepends=('git')
-optdepends=('python-feedparser: for Reddit plugin'
- 'gspell: for spell checking in chat'
+optdepends=('gspell: for spell checking in chat'
'nuspell: for spell checking in chat'
'libappindicator-gtk3: for tray icon')
checkdepends=('python-pytest')