summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrás Wacha2022-06-09 14:55:01 +0200
committerAndrás Wacha2022-06-09 14:55:01 +0200
commit4918ccc9d4552605090d909841f26a933ce4367d (patch)
tree4264af636961367a23ee8bf243dc45f934420f2d /PKGBUILD
parent52ed20fe690c4915be5dcd29bf8ff5b328164f80 (diff)
downloadaur-4918ccc9d4552605090d909841f26a933ce4367d.tar.gz
PGPlot test hangs, disabling GUI-based tests.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 486e22a16a5b..808a3ccb163c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-starlink-ast'
pkgver='3.02'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Interface to the Starlink AST library"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -35,6 +35,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ unset DISPLAY
/usr/bin/perl Build test
)
}