summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f4be4a1222e..a0a6df4ecc7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = isync-config-patched
pkgdesc = IMAP and MailDir mailbox synchronizer - with xdg-compliant config location
pkgver = 1.4.4
- pkgrel = 2
+ pkgrel = 3
url = http://isync.sourceforge.net
arch = x86_64
license = GPL2
depends = libsasl
depends = zlib
+ depends = db
provides = isync
conflicts = isync
source = https://downloads.sourceforge.net/project/isync/isync/1.4.4/isync-1.4.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 44ba265b3eba..1de6167965b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=isync-config-patched
_pkgname=isync
pkgver=1.4.4
-pkgrel=2
+pkgrel=3
pkgdesc="IMAP and MailDir mailbox synchronizer - with xdg-compliant config location"
arch=('x86_64')
url="http://isync.sourceforge.net"
license=('GPL2')
-depends=('libsasl' 'zlib')
+depends=('libsasl' 'zlib' 'db')
conflicts=('isync')
provides=('isync')
source=(https://downloads.sourceforge.net/project/isync/isync/$pkgver/$_pkgname-$pkgver.tar.gz