summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5afed7b07b1..3d53313e2505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Georgy Kibardin <georgy at kibardin.name>
pkgname=isync-utf8-mailboxes
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.3.3
+pkgrel=1
pkgdesc="IMAP and MailDir mailbox synchronizer"
arch=('x86_64')
url="http://isync.sourceforge.net"
@@ -13,12 +13,6 @@ 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