summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-08 22:47:52 -0600
committerMark Wagie2020-10-08 22:47:52 -0600
commit6ac3bb75c81f8e70c9cdc3003450a2af25379409 (patch)
tree78989cd8a50f77446564f4091c6ff26c8b92a13d
parent05b727cb3ec7c789a04d635fb6ec7a88b6594b05 (diff)
downloadaur-6ac3bb75c81f8e70c9cdc3003450a2af25379409.tar.gz
drop setuptools dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4676cc9c15d..cad78095fdd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 2.1.2.dev1.r3405.9a80f5e5
+ pkgver = 2.1.2.dev1.r3467.6c395c0d
pkgrel = 1
url = https://nicotine-plus.github.io/nicotine-plus
arch = any
license = GPL3
checkdepends = python-pytest
makedepends = git
- makedepends = python-setuptools
depends = python-miniupnpc
depends = python-pytaglib
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 9bb7920bb31d..349c870843dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=2.1.2.dev1.r3405.9a80f5e5
+pkgver=2.1.2.dev1.r3467.6c395c0d
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-miniupnpc' 'python-pytaglib' 'python-gobject' 'gtk3' 'libnotify')
-makedepends=('git' 'python-setuptools')
+makedepends=('git')
optdepends=('python-feedparser: for Reddit plugin'
'gspell: for spell checking in chat'
'nuspell: for spell checking in chat'