summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2017-10-03 12:54:18 +0200
committerJuliette Monsel2017-10-03 12:54:18 +0200
commit4e6faa51e266a82202539a4af34cb6d9102ff30a (patch)
tree0da76ee067239f9da70db4ffa8f7b713a09c4e17 /PKGBUILD
parent708edcf28a7f80f527b7d5652052813def97f075 (diff)
downloadaur-4e6faa51e266a82202539a4af34cb6d9102ff30a.tar.gz
v1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9aca8e8dd308..3d2203871aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,20 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=checkmails
-pkgver=1.1.5
+pkgver=1.2.0
pkgrel=1
pkgdesc="System tray unread mail checker using IMAP protocol"
arch=('any')
url="https://sourceforge.net/projects/checkmails"
license=('GPL3')
makedepends=('python-setuptools')
-depends=('tktray' 'python-pillow' 'python-crypto' 'gettext' 'desktop-file-utils' 'libnotify')
+depends=('python' 'tk' 'python-pillow' 'python-crypto' 'gettext' 'desktop-file-utils' 'libnotify')
+optdepends=('tktray: GUI toolkit for the system tray icon (at least one must be installed)',
+ 'pygtk: GUI toolkit for the system tray icon (at least one must be installed)',
+ 'python-pyqt5: GUI toolkit for the system tray icon (at least one must be installed)',
+ 'python-pyqt4: GUI toolkit for the system tray icon (at least one must be installed)',
+ 'python-pyside: GUI toolkit for the system tray icon (at least one must be installed)')
source=("${pkgname}-${pkgver}.tar.gz::https://sourceforge.net/projects/checkmails/files/${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
-sha512sums=('0473956a7823377927aa6efa6de553a74fc01a704e79cd6f26bb48305ab35f2a57008b8adfd4074061a9ee8b81c569ffe4909d378b1ca5c6ae89b2e8dfa01687')
+sha512sums=('b09081878963cee8b8071d2ba6fb5e9159baedb4df42c3163487892365abc2a219cfa617ae3d4054453a916e57cff354a8587186acce88409b2648e2193409ce')
changelog=changelog
package() {