summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-15 10:48:25 -0600
committerMark Wagie2020-05-15 10:48:25 -0600
commit3396a62cecce4ed3fc73fabd664e4dd60031b6f9 (patch)
treeb87b6c24fb0a414a259e3c68f9c453c203af2063
parent2d94f430c08d04de46c2861fd8d9981edd1224a1 (diff)
downloadaur-3396a62cecce4ed3fc73fabd664e4dd60031b6f9.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD16
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4e8172e1ca..eee4fa19f63d 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.r119.g52b9b6f9
+ pkgver = 1.4.1.r131.g25ea36c9
pkgrel = 1
url = http://nicotine-plus.org
arch = any
@@ -9,7 +9,6 @@ pkgbase = nicotine-plus-git
makedepends = git
makedepends = python-setuptools
depends = gtk3
- depends = cairo
depends = gobject-introspection
depends = python-gobject
depends = python-mutagen
diff --git a/PKGBUILD b/PKGBUILD
index 5c61f4bd817c..efbe45c7636c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=1.4.1.r119.g52b9b6f9
+pkgver=1.4.1.r131.g25ea36c9
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
url="http://nicotine-plus.org"
license=('GPL3')
-depends=('gtk3' 'cairo' 'gobject-introspection' 'python-gobject'
+depends=('gtk3' 'gobject-introspection' 'python-gobject'
'python-mutagen' 'xdg-utils')
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-xvfb' 'dogtail' 'miniupnpc')
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')
@@ -35,13 +35,9 @@ build() {
check() {
cd "$srcdir/${pkgname%-git}"
- nicotine --version | grep Nicotine+
- pytest
-
- # Skipping for now, dogtail package missing dependencies
- #gsettings set org.gnome.desktop.interface toolkit-accessibility true
- #xvfb-run -a python tests/integration/run_app.py
- #gsettings set org.gnome.desktop.interface toolkit-accessibility false
+# nicotine --version | grep Nicotine+
+ pytest test/unit
+# xvfb-run robot test/integration/nicotine.robot
}
package() {