summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibault Couraud2017-03-02 08:32:50 +0400
committerThibault Couraud2017-03-02 08:32:50 +0400
commitd13fb95fb2b395c9e849a9454474a116b6e2a483 (patch)
tree83b616db2cef357647abc7f8f32dcec54426d5a7
parent93886e84594e383f326e7b961807a460296e1af1 (diff)
downloadaur-d13fb95fb2b395c9e849a9454474a116b6e2a483.tar.gz
Try fixing perl dependancy
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f2bbbde0cdf..92086454555c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# $Id: PKGBUILD 174748 2016-05-11 04:31:41Z fyan $
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Crotok <crotok [at] mailbox [dot] org>
+# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Brian Bidulock <bidulock@openss7.org>
pkgname=perl-gtk2-unique
@@ -11,7 +12,7 @@ arch=('i686' 'x86_64')
url="https://metacpan.org/release/${_realname}"
license=('LGPL' 'PerlArtistic')
makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
-depends=('gtk2-perl' 'libunique' 'perl')
+depends=('perl' 'gtk2-perl' 'libunique')
checkdepends=('xorg-server-xvfb')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/P/PO/POTYL/${_realname}-${pkgver}.tar.gz"