summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2016-06-13 11:44:12 -0600
committerJohn D Jones III2016-06-13 11:44:12 -0600
commit2f4670d7973f49e3a5d0928c2986984078d8d87e (patch)
tree063f33594a6c49ab9910f530a02ba05d2e847a94
parent7aa2b9da8b96c39379031fdc25ba3d940a1c0f8f (diff)
downloadaur-2f4670d7973f49e3a5d0928c2986984078d8d87e.tar.gz
Fix deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 948abe7f4770..3d7f17bc5475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 21:21:14 UTC 2016
+# Mon Jun 13 17:44:00 UTC 2016
pkgbase = perl-x11-xlib
pkgdesc = Low-level access to the X11 library
pkgver = 0.03
@@ -15,6 +15,7 @@ pkgbase = perl-x11-xlib
depends = libx11>=1.6.3
depends = libxext>=1.3.3
depends = libxtst>=1.2.2
+ depends = perl-devel-checklib
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/M/MA/MARKELLIS/X11-Xlib-0.03.tar.gz
md5sums = ea69fb750480da8353f0d16ad98865d8
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'