Package Details: isync-config-patched 1.4.4-1

Git Clone URL: https://aur.archlinux.org/isync-config-patched.git (read-only, click to copy)
Package Base: isync-config-patched
Description: IMAP and MailDir mailbox synchronizer - with xdg-compliant config location
Upstream URL: http://isync.sourceforge.net
Licenses: GPL2
Conflicts: isync
Provides: isync
Submitter: kiankasad
Maintainer: kiankasad
Last Packager: kiankasad
Votes: 2
Popularity: 0.000000
First Submitted: 2020-06-28 07:28 (UTC)
Last Updated: 2021-12-25 03:50 (UTC)

Latest Comments

BachoSeven commented on 2023-05-04 12:50 (UTC)

@kiankasad can you please bump up the pkgrel? I'm getting

mbsync: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

and I think it's because of yesterday's various glibc rebuilds in the repos.

kiankasad commented on 2021-10-24 18:22 (UTC)

@BachoSeven Thanks for the update!

BachoSeven commented on 2021-10-24 14:25 (UTC)

Here's an update patch for PKGBUILD + .SRCINFO:

diff --git a/.SRCINFO b/.SRCINFO
index 39de160..d311197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = isync-config-patched
    pkgdesc = IMAP and MailDir mailbox synchronizer - with xdg-compliant config location
-   pkgver = 1.4.1
+   pkgver = 1.4.3
    pkgrel = 1
    url = http://isync.sourceforge.net
    arch = x86_64
@@ -9,14 +9,13 @@ pkgbase = isync-config-patched
    depends = zlib
    provides = isync
    conflicts = isync
-   source = https://downloads.sourceforge.net/project/isync/isync/1.4.1/isync-1.4.1.tar.gz
-   source = https://downloads.sourceforge.net/project/isync/isync/1.4.1/isync-1.4.1.tar.gz.asc
+   source = https://downloads.sourceforge.net/project/isync/isync/1.4.3/isync-1.4.3.tar.gz
+   source = https://downloads.sourceforge.net/project/isync/isync/1.4.3/isync-1.4.3.tar.gz.asc
    source = isync-xdgconfig.diff
    validpgpkeys = 96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1
    validpgpkeys = 63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA
-   md5sums = c0c9899c2ff629e4e6de429c394b2613
+   md5sums = 4bb971c85a069792f7e9e96045077202
    md5sums = SKIP
    md5sums = 554e0cf7302565f1a76a88e16e4cdb2a

 pkgname = isync-config-patched
-
diff --git a/PKGBUILD b/PKGBUILD
index d437f8a..58d2783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=isync-config-patched
 _pkgname=isync
-pkgver=1.4.1
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="IMAP and MailDir mailbox synchronizer - with xdg-compliant config location"
 arch=('x86_64')
@@ -14,7 +14,7 @@ provides=('isync')
 source=(https://downloads.sourceforge.net/project/isync/isync/$pkgver/$_pkgname-$pkgver.tar.gz
         https://downloads.sourceforge.net/project/isync/isync/$pkgver/$_pkgname-$pkgver.tar.gz.asc
         isync-xdgconfig.diff)
-md5sums=('c0c9899c2ff629e4e6de429c394b2613'
+md5sums=('4bb971c85a069792f7e9e96045077202'
          'SKIP'
          '554e0cf7302565f1a76a88e16e4cdb2a')
 validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'

kiankasad commented on 2020-07-02 01:52 (UTC) (edited on 2020-07-02 01:54 (UTC) by kiankasad)

I haven't changed the config location for isync, only for mbsync. It is now in ~/.config/mbsync/mbsyncrc or $XDG_CONFIG_HOME/mbysnc/mbsyncrc, with the latter taking preference.