diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-10 18:59:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 07:12:59 +0000 |
commit | 6f78e8ad5d04503e938f08d1cdce154e5ae091b0 (patch) | |
tree | 9d2589f90aa675dc90a38a3a40d80e6696b3756c /community/isync | |
parent | bcb3a8240bd338d62664fb97a0e65bccbf6d1dc2 (diff) | |
download | aports-6f78e8ad5d04503e938f08d1cdce154e5ae091b0.tar.bz2 aports-6f78e8ad5d04503e938f08d1cdce154e5ae091b0.tar.xz |
community/isync: rebuild against perl 5.28
Diffstat (limited to 'community/isync')
-rw-r--r-- | community/isync/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/isync/APKBUILD b/community/isync/APKBUILD index 7b3092a86c..369b003aef 100644 --- a/community/isync/APKBUILD +++ b/community/isync/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=isync pkgver=1.3.0 -pkgrel=4 +pkgrel=5 pkgdesc="IMAP and MailDir mailbox synchronizer" url="http://isync.sourceforge.net" arch="all" |