summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhyness2020-06-28 05:03:24 -0700
committerhyness2020-06-28 05:03:24 -0700
commitf6bba5c776c873498e1c539c008b5f57db54d958 (patch)
treeaad3929743deb6cb0601aad7f390964d4543f603
parent1fdc7fd649afd0f4053c41f4850ea310c8ed78f1 (diff)
downloadaur-f6bba5c776c873498e1c539c008b5f57db54d958.tar.gz
Move swt to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9043a1fef5d9..3f5f561b82d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = davmail
pkgdesc = a POP/IMAP/SMTP/Caldav/LDAP gateway for the exchange service
pkgver = 5.5.1
- pkgrel = 3
+ pkgrel = 4
url = http://davmail.sourceforge.net/
install = davmail.install
arch = i686
@@ -11,8 +11,8 @@ pkgbase = davmail
license = GPL
makedepends = unzip
depends = java-runtime
- depends = swt
optdepends = java-openjfx: Office 365 browser based authentication
+ optdepends = swt: Fix issues with the tray icon
source = http://downloads.sourceforge.net/davmail/davmail-5.5.1-3299.zip
source = davmail.desktop
source = davmail.sh
diff --git a/PKGBUILD b/PKGBUILD
index 94d7f6c7804f..84a54888e141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,17 @@
# Maintainer: Hy Goldsher <hyness-at-freshlegacycode-dot-org>
pkgname=davmail
pkgver=5.5.1
-pkgrel=3
+pkgrel=4
pkgdesc="a POP/IMAP/SMTP/Caldav/LDAP gateway for the exchange service"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="http://$pkgname.sourceforge.net/"
license=('GPL')
makedepends=('unzip')
-depends=('java-runtime' 'swt')
-optdepends=('java-openjfx: Office 365 browser based authentication')
+depends=('java-runtime')
+optdepends=(
+ 'java-openjfx: Office 365 browser based authentication'
+ 'swt: Fix issues with the tray icon'
+)
_rev=3299
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-$_rev.zip
$pkgname.desktop