summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-07-14 13:02:16 -0600
committerMark Wagie2020-07-14 13:02:16 -0600
commit087da323857f561c93471fca6fa6dd33e0a6074d (patch)
tree0259d2d3437047848dd17226ae95d333e575d782
parent6fe9cec2114258910a7751c0e96bfe3edb19cecf (diff)
downloadaur-087da323857f561c93471fca6fa6dd33e0a6074d.tar.gz
remove commented items
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1fce406d9fc..746eb23d50a5 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.3.2.r2613.366cb197
+ pkgver = 2.0.0.1.r2817.b98790de
pkgrel = 1
url = https://nicotine-plus.github.io/nicotine-plus
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0f346422a1b4..0eea79f73f1b 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.3.2.r2613.366cb197
+pkgver=2.0.0.1.r2817.b98790de
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -20,7 +20,6 @@ optdepends=('miniupnpc: UPnP support'
'libappindicator-gtk3: for tray icon'
'gsound: for sound effects')
checkdepends=('python-pytest')
-#checkdepends=('python-pytest-xvfb' 'robotframework' 'miniupnpc')
provides=("${pkgname%-git}" 'nicotine+' 'nicotine')
conflicts=("${pkgname%-git}" 'nicotine+' 'nicotine')
source=('git+https://github.com/Nicotine-Plus/nicotine-plus.git')
@@ -45,11 +44,6 @@ check() {
# Perform local in-tree unit tests
pytest test/unit
-
- # Requires Nicotine+ to be installed
-
- # Run the GUI inside of a dummy frame buffer
-# xvfb-run robot test/integration/nicotine.robot
}
package() {