diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 16:51:57 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 16:51:57 +0000 |
commit | c46e88938410dc33e1793b7c6d6a84cf3b1af7fe (patch) | |
tree | ea2ea70b6fcc90431eaaf51e1748303ab99f0b65 /community/imapsync/APKBUILD | |
parent | 7233dba9d7f1628a345814277a12e09946f0432d (diff) | |
download | aports-c46e88938410dc33e1793b7c6d6a84cf3b1af7fe.tar.bz2 aports-c46e88938410dc33e1793b7c6d6a84cf3b1af7fe.tar.xz |
community/imapsync: enable and fix dep
Diffstat (limited to 'community/imapsync/APKBUILD')
-rw-r--r-- | community/imapsync/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/imapsync/APKBUILD b/community/imapsync/APKBUILD index 0fd52b562b..c2b138afda 100644 --- a/community/imapsync/APKBUILD +++ b/community/imapsync/APKBUILD @@ -5,12 +5,12 @@ pkgver=1.678 pkgrel=1 pkgdesc="IMAP synchronisation, sync, copy or migration tool" url="http://imapsync.lamiral.info" -arch="" +arch="noarch" license="custom" depends="perl-digest-hmac perl-authen-ntlm perl-io-compress perl-data-dumper \ perl-data-uniqid perl-digest-md5 perl-file-copy-recursive perl-io-socket-inet6 \ perl-io-socket-ssl perl-io-tee perl-mail-imapclient perl-parse-recdescent \ - perl-term-readkey perl-test-pod perl-test-tester perl-unicode-string perl-uri-escape" + perl-term-readkey perl-test-pod perl-test-tester perl-unicode-string perl-uri" depends_dev="" makedepends="$depends_dev perl-module-scandeps perl-par-packer" subpackages="$pkgname-doc" |