summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2017-09-10 22:03:48 +0200
committerJuliette Monsel2017-09-10 22:03:48 +0200
commit356f74904fc9d4d75e24cd1ee4017328fba41b24 (patch)
treea471f61167172b8fb859652ec1482061a5f0d357
parentbc7ae1a783dee9cbaf667f34d62f0b01fc63691b (diff)
downloadaur-356f74904fc9d4d75e24cd1ee4017328fba41b24.tar.gz
v1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--[-rwxr-xr-x]PKGBUILD4
-rw-r--r--changelog22
3 files changed, 18 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 372530f067e9..e8db15e93a47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = checkmails
pkgdesc = System tray unread mail checker using IMAP protocol
- pkgver = 1.1.4
+ pkgver = 1.1.5
pkgrel = 1
url = https://sourceforge.net/projects/checkmails
changelog = changelog
@@ -13,8 +13,8 @@ pkgbase = checkmails
depends = gettext
depends = desktop-file-utils
depends = libnotify
- source = checkmails-1.1.4.tar.gz::https://sourceforge.net/projects/checkmails/files/1.1.4/checkmails-1.1.4.tar.gz/download
- sha512sums = fb2c5094f995018d76d4d19dc1ae9a07dfd9105a6d99b59a9626cc4bb2564760b937465f2ad453321f2a32475ccd68fd1e0b1d2514d425b26c20c03805fee72e
+ source = checkmails-1.1.5.tar.gz::https://sourceforge.net/projects/checkmails/files/1.1.5/checkmails-1.1.5.tar.gz/download
+ sha512sums = 0473956a7823377927aa6efa6de553a74fc01a704e79cd6f26bb48305ab35f2a57008b8adfd4074061a9ee8b81c569ffe4909d378b1ca5c6ae89b2e8dfa01687
pkgname = checkmails
diff --git a/PKGBUILD b/PKGBUILD
index fcf7ab644857..9aca8e8dd308 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=checkmails
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc="System tray unread mail checker using IMAP protocol"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
makedepends=('python-setuptools')
depends=('tktray' 'python-pillow' 'python-crypto' 'gettext' 'desktop-file-utils' 'libnotify')
source=("${pkgname}-${pkgver}.tar.gz::https://sourceforge.net/projects/checkmails/files/${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
-sha512sums=('fb2c5094f995018d76d4d19dc1ae9a07dfd9105a6d99b59a9626cc4bb2564760b937465f2ad453321f2a32475ccd68fd1e0b1d2514d425b26c20c03805fee72e')
+sha512sums=('0473956a7823377927aa6efa6de553a74fc01a704e79cd6f26bb48305ab35f2a57008b8adfd4074061a9ee8b81c569ffe4909d378b1ca5c6ae89b2e8dfa01687')
changelog=changelog
package() {
diff --git a/changelog b/changelog
index 2cc7dd10cf9e..68c4d7a627f0 100644
--- a/changelog
+++ b/changelog
@@ -1,15 +1,19 @@
+checkmails-1.1.5-1
+ * New upstream version:
+ + Add log file ~/.checkmails/checkmails.log
+
checkmails-1.1.4-1
* New upstream version:
- + Corrected bug: update checker not working due to typo in html parser
+ + Correct bug: update checker not working due to typo in html parser
* Added changelog
checkmails-1.1.3-1
* New upstream version
- + Improved Preferences dialog layout
- + Added update checker
+ + Improve Preferences dialog layout
+ + Add update checker
+ Set notification to "No active mailbox" instead of "Checking..."
when there is no active mailbox.
- + Changed package organization (config, images, locale paths) so
+ + Change package organization (config, images, locale paths) so
that the installation is neater and also it can be used as a
portable software (if run locally, the config files are created
inside the app folder, not in the home directory)
@@ -24,16 +28,16 @@ checkmails-1.1.1-1
+ Corrected bug when one changes the password from one of the mailbox
checkmails-1.1.0-3
- * Removed gpg signature since it cannot be verified (signed by no one)
+ * Remove gpg signature since it cannot be verified (signed by no one)
checkmails-1.1.0-2
- * Updated sha512sums
+ * Update sha512sums
checkmails-1.1.0-1
* New upstream version
- + Added 'Suspend' functionnality
- + Added font configuration for the system tray icon
- * Added gpg signature
+ + Add 'Suspend' functionnality
+ + Add font configuration for the system tray icon
+ * Add gpg signature
checkmails-1.0.0-1
* Initial release