summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2015-08-24 13:38:50 +0200
committerfrederik2015-08-24 13:38:50 +0200
commitd9a5b8a361583039764afba891089219b992d550 (patch)
treeb482cc2e4350a9bbd8628aed7aa5f140c6eadb2c
parent5d3013329cd24477ed09293bad5c94487678ac95 (diff)
downloadaur-d9a5b8a361583039764afba891089219b992d550.tar.gz
add perl-test-pod as opt-depend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8d91592414e..a1fe56b28a0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imapsync
pkgdesc = IMAP synchronisation, sync, copy or migration tool
pkgver = 1.644
- pkgrel = 1
+ pkgrel = 2
url = http://www.linux-france.org/prj/
arch = any
license = GPL
@@ -15,6 +15,7 @@ pkgbase = imapsync
depends = perl-data-uniqid
depends = perl-io-socket-inet6
optdepends = perl-ntlm
+ optdepends = perl-test-pod
source = https://github.com/imapsync/imapsync/archive/imapsync-1.644.tar.gz
sha256sums = cdca8c91eba7e6b771d52e9092521c523ee5042ce669c6e126f3c2171029a74a
diff --git a/PKGBUILD b/PKGBUILD
index 4ea24c555b94..34d235e8228b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imapsync
pkgver=1.644
-pkgrel=1
+pkgrel=2
pkgdesc="IMAP synchronisation, sync, copy or migration tool"
arch=('any')
url="http://www.linux-france.org/prj/"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('perl-date-manip' 'perl-mail-imapclient' 'perl-term-readkey' 'perl-io-socket-ssl'
'perl-file-copy-recursive' 'perl-io-tee' 'perl-unicode-string' 'perl-data-uniqid'
'perl-io-socket-inet6')
-optdepends=('perl-ntlm')
+optdepends=('perl-ntlm' 'perl-test-pod')
source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$pkgver.tar.gz")
sha256sums=('cdca8c91eba7e6b771d52e9092521c523ee5042ce669c6e126f3c2171029a74a')