summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d341f4081783..ca552fea9266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Low-level access to the X11 library"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl' 'libx11>=1.6.3' 'libxext>=1.3.3' 'libxtst>=1.2.2')
+depends=('perl' 'libx11>=1.6.3' 'libxext>=1.3.3' 'libxtst>=1.2.2' 'perl-devel-checklib')
makedepends=()
checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
url='https://metacpan.org/release/X11-Xlib'