diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 05:56:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:51 +0000 |
commit | 1f31742ba96fe8095e0199a7a883c0a04369ff2e (patch) | |
tree | 276e1fe22a0ed5b3e20c225a649cc2cda5f80ccf /community/isync | |
parent | 696f5673013163578beef47d610f46bde994dd8d (diff) | |
download | aports-1f31742ba96fe8095e0199a7a883c0a04369ff2e.tar.bz2 aports-1f31742ba96fe8095e0199a7a883c0a04369ff2e.tar.xz |
community/isync: rebuild against perl 5.30
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 683ecb1186..a736757350 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.1 -pkgrel=0 +pkgrel=1 pkgdesc="IMAP and MailDir mailbox synchronizer" url="http://isync.sourceforge.net" arch="all" |