diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -2,12 +2,13 @@ # Mon Jun 1 14:54:24 UTC 2015 pkgbase = isync-git pkgdesc = IMAP mail synchronizer for offline/batch mail editing - pkgver = 1.3.0.r752.bcd43e2 + pkgver = 1.3.0.r759.17f3348 pkgrel = 1 url = http://isync.sourceforge.net arch = i686 arch = x86_64 license = GPL + makedepends = git makedepends = perl-timedate depends = openssl depends = libsasl @@ -1,5 +1,5 @@ pkgname=isync-git -pkgver=1.3.0.r752.bcd43e2 +pkgver=1.3.0.r759.17f3348 pkgrel=1 pkgdesc="IMAP mail synchronizer for offline/batch mail editing" @@ -11,7 +11,7 @@ conflicts=('isync') replaces=('isync') depends=('openssl' 'libsasl' 'cyrus-sasl-gssapi') -makedepends=('perl-timedate') +makedepends=('git' 'perl-timedate') source=('git://git.code.sf.net/p/isync/isync') |