summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-03-09 16:44:43 -0700
committerMark Wagie2024-03-09 16:44:43 -0700
commit57145dd4bdebeb2f116a964859c50efadc6a23cd (patch)
treece1b95414da729b8df9cc217db294d8648d1c66c /PKGBUILD
parent02d2e2a77756c161890463741eb9ea5c7f362091 (diff)
downloadaur-57145dd4bdebeb2f116a964859c50efadc6a23cd.tar.gz
xorg-server-xvfb not required for tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdebac9ad25f..cd373993434e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-liblarch-git
_name=liblarch
-pkgver=3.2.0.r0.g628f588
-pkgrel=3
+pkgver=3.2.0.r3.gfe06860
+pkgrel=1
pkgdesc="Python library to easily handle data structure, with a GTK binding"
arch=('any')
url="https://wiki.gnome.org/Projects/liblarch"
license=('LGPL-3.0-or-later')
-depends=('gtk3' 'python-gobject' 'python-cairo')
+depends=('gtk3' 'python-cairo' 'python-gobject')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest' 'xorg-server-xvfb')
+checkdepends=('python-pytest')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://github.com/getting-things-gnome/liblarch.git")
@@ -28,7 +28,7 @@ build() {
check() {
cd "$_name"
- xvfb-run -d pytest
+ pytest
}
package() {