summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2020-02-17 18:24:38 +0100
committerXorg2020-02-17 18:24:38 +0100
commit4d38246b63b9806d543e876af02ed79418732aad (patch)
tree004ef44521c0e2ac56bc54173ca997eadcbdab89
parente13d2854cbd58992496b0941c55928591b8d85b0 (diff)
downloadaur-4d38246b63b9.tar.gz
Disable check() since tests are broken
Reported by @johnbrady
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8162b6b7c563..b2616de5b5ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = exaile
pkgdesc = A full-featured Amarok-style media player for GTK+
pkgver = 4.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.exaile.org/
arch = any
license = GPL2
- checkdepends = python2-mox3
- checkdepends = python2-pytest
makedepends = help2man
depends = python2>=2.7
depends = gtk3>=3.10.0
diff --git a/PKGBUILD b/PKGBUILD
index 43b0efd90239..75e54074016e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=exaile
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A full-featured Amarok-style media player for GTK+"
arch=('any')
url="https://www.exaile.org/"
@@ -23,7 +23,7 @@ depends=('python2>=2.7'
'pygobject-devel>=3.13.2'
'python2-cairo')
makedepends=('help2man')
-checkdepends=('python2-mox3' 'python2-pytest')
+#checkdepends=('python-mox3' 'python-pytest')
optdepends=('udisks2: device detection'
'cddb-py: CD info'
'spydaap: DAAP plugins (daapserver and daapclient)'
@@ -42,10 +42,11 @@ build() {
make PREFIX="/usr"
}
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- make PYTEST="py.test2" test
-}
+# Tests are broken (python2-mox3 package has been removed)
+#check() {
+# cd "$srcdir/$pkgname-$pkgver"
+# make test
+#}
package() {
cd "$srcdir/$pkgname-$pkgver"