aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-24 16:17:48 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:47 +0200
commite1bbf8825f4776f1179735a584ab9964aa2319d5 (patch)
treeff80f2102c048da80f3d3c49f1462a1d7694c7b1
parent5980a012dbe9367e6474712af2f997e71b5cf028 (diff)
downloadpkgbuilds-isync-git.tar.xz
isync-git: Missing git dependencyisync-git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 623d262..4f54da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e04e476..9acbb56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')