summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-18 15:52:18 -0600
committerMark Wagie2020-05-18 15:52:18 -0600
commit19302a2090f390702825585c6f1109e348c4ed96 (patch)
treec6fa73ae382e6de0f343f141020bb84804e14e7a
parentd28332b1ed7ff49c69bebc28f8b9eb06b0402eef (diff)
downloadaur-19302a2090f390702825585c6f1109e348c4ed96.tar.gz
removed unneeded dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 613f89daced6..abe30cdfabf7 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.r133.gad6e55af
+ pkgver = 1.4.1.r143.g7af728a3
pkgrel = 1
url = http://nicotine-plus.org
arch = any
@@ -17,7 +17,6 @@ pkgbase = nicotine-plus-git
depends = xdg-utils
optdepends = miniupnpc: UPnP support
optdepends = python-geoip: for geo-blocker
- optdepends = python-notify2: for notifications
optdepends = python-feedparser: for Reddit plugin
provides = nicotine-plus
provides = nicotine+
diff --git a/PKGBUILD b/PKGBUILD
index 009626190f48..112955e9fcdc 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=1.4.1.r133.gad6e55af
+pkgver=1.4.1.r143.g7af728a3
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -14,7 +14,6 @@ depends=('gtk3' 'gobject-introspection' 'gst-python' 'python-dbus'
makedepends=('git' 'python-setuptools')
optdepends=('miniupnpc: UPnP support'
'python-geoip: for geo-blocker'
- 'python-notify2: for notifications'
'python-feedparser: for Reddit plugin')
checkdepends=('python-pytest')
#checkdepends=('python-pytest-xvfb' 'robotframework' 'miniupnpc')