summaryrefslogtreecommitdiff
path: root/user/isync/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/isync/APKBUILD')
-rw-r--r--user/isync/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/user/isync/APKBUILD b/user/isync/APKBUILD
index 19c801b6e..04cee761a 100644
--- a/user/isync/APKBUILD
+++ b/user/isync/APKBUILD
@@ -1,20 +1,19 @@
-# Contributor: Luis Ressel <aranea@aixah.de>
-# Maintainer: Luis Ressel <aranea@aixah.de>
+# Contributor: Mira Ressel <aranea@aixah.de>
+# Maintainer:
pkgname=isync
-pkgver=1.3.1
+pkgver=1.3.3
pkgrel=0
pkgdesc="IMAP and MailDir mailbox synchronizer"
url="http://isync.sourceforge.net/"
arch="all"
+options="!check" # No test suite.
license="GPL-2.0+"
-options="!check" # No test suite
depends=""
makedepends="db-dev cyrus-sasl-dev openssl-dev zlib-dev"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/isync/$pkgname-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,8 +25,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="59d702d41d4a4e72f03cb282b414d0bb859593171763e845bc24d116a74f807a79e5be61f1dd1f59a9ece492322bceac156b08958a246cbfbe7f230fab4cdda2 isync-1.3.1.tar.gz"
+sha512sums="915824272606f75da8c05fb75872bc5cf528fa555024245094d14a25b190f1b813dd5723e9b87f27f3fbb14b100311ee487bc409d074a68d67e9ab675b12c7a1 isync-1.3.3.tar.gz"