summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-04-18 11:38:20 +0200
committerJuliette Monsel2018-04-18 11:38:20 +0200
commit6207f80a01db81bc9d28efb9b8d44bad66cb984f (patch)
treef92e5b13d7b35bdc0cb1517b16370adfc8090e83
parent4e6faa51e266a82202539a4af34cb6d9102ff30a (diff)
downloadaur-6207f80a01db81bc9d28efb9b8d44bad66cb984f.tar.gz
v1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--changelog8
3 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d70135b21145..9a2ef4570a84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = checkmails
pkgdesc = System tray unread mail checker using IMAP protocol
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://sourceforge.net/projects/checkmails
changelog = changelog
@@ -19,8 +19,8 @@ pkgbase = checkmails
optdepends = python-pyqt5: GUI toolkit for the system tray icon (at least one must be installed),
optdepends = python-pyqt4: GUI toolkit for the system tray icon (at least one must be installed),
optdepends = python-pyside: GUI toolkit for the system tray icon (at least one must be installed)
- source = checkmails-1.2.0.tar.gz::https://sourceforge.net/projects/checkmails/files/1.2.0/checkmails-1.2.0.tar.gz/download
- sha512sums = b09081878963cee8b8071d2ba6fb5e9159baedb4df42c3163487892365abc2a219cfa617ae3d4054453a916e57cff354a8587186acce88409b2648e2193409ce
+ source = checkmails-1.2.1.tar.gz::https://github.com/j4321/CheckMails/archive/v1.2.1.tar.gz
+ sha512sums = 0ab34ba8db7581da848573b18769b15256cf20fc4a159a4871f6d3ae1d4af8b09bf1c555f7b748813ac2f147cf864bda1c20ebeb67739d79533ff773001c0757
pkgname = checkmails
diff --git a/PKGBUILD b/PKGBUILD
index 3d2203871aae..d26ffbfed536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=checkmails
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="System tray unread mail checker using IMAP protocol"
arch=('any')
@@ -13,11 +13,11 @@ optdepends=('tktray: GUI toolkit for the system tray icon (at least one must be
'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=('b09081878963cee8b8071d2ba6fb5e9159baedb4df42c3163487892365abc2a219cfa617ae3d4054453a916e57cff354a8587186acce88409b2648e2193409ce')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/j4321/CheckMails/archive/v${pkgver}.tar.gz")
+sha512sums=('0ab34ba8db7581da848573b18769b15256cf20fc4a159a4871f6d3ae1d4af8b09bf1c555f7b748813ac2f147cf864bda1c20ebeb67739d79533ff773001c0757')
changelog=changelog
package() {
- cd "$srcdir/${pkgname}-${pkgver}"
+ cd "$srcdir/CheckMails-${pkgver}"
python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1;
}
diff --git a/changelog b/changelog
index 7a001c5b602c..9df6b5900356 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+checkmails-1.2.1-1
+ * New upstream version:
+ + Fix ValueError in after_cancel with Python 3.6.5
+ + Add compatibility with Tcl/Tk 8.5
+ + Change wm_class to CheckMails (the windows will no longer be grouped together with tk windows)
+ + Only display the 'No Internet connection' error once
+ + Log more events (Internet connection and Suspend/Restart)
+
checkmails-1.2.0-1
* New upstream version:
+ Fix font settings