summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorgy Kibardin2018-09-24 20:31:19 +0300
committerGeorgy Kibardin2018-09-24 20:31:19 +0300
commitb8b4d5e5c969905f4605c25bc4925f36f0da0d16 (patch)
treeec6e42280d07696b4ec58b5152d0149e0cf44210 /PKGBUILD
parent90edf0852b9d7032212158be4bcf4a3781c5c8d0 (diff)
downloadaur-b8b4d5e5c969905f4605c25bc4925f36f0da0d16.tar.gz
Passing SNI header
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77d16e578466..46c2b6d62862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=isync-utf8-mailboxes
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="IMAP and MailDir mailbox synchronizer"
arch=('x86_64')
url="http://isync.sourceforge.net"
@@ -12,6 +12,12 @@ depends=('libsasl' 'zlib')
source=(git+https://git.code.sf.net/u/shashurup/isync#branch=utf8-mailboxes)
sha512sums=(SKIP)
+prepare() {
+ cd isync
+
+ patch -Np1 -i "$srcdir"/../17babc.patch
+}
+
build() {
cd isync
./autogen.sh