summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorgy Kibardin2020-12-19 16:11:13 +0300
committerGeorgy Kibardin2020-12-19 16:11:13 +0300
commitd79f154fc9b30a294a82be983d245cd38c9ceacd (patch)
tree9dd587078d218f731b7f15da06ba6bf7e8f00488 /PKGBUILD
parent5d42ffd8a0f5a74f1f80669186565cf34e260b3f (diff)
downloadaur-d79f154fc9b30a294a82be983d245cd38c9ceacd.tar.gz
Release 1.3.3-1
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