summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--[-rwxr-xr-x]PKGBUILD6
-rw-r--r--changelog22
3 files changed, 20 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9286e9107ec..e8db15e93a47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = checkmails
pkgdesc = System tray unread mail checker using IMAP protocol
- pkgver = 1.1.4
- pkgrel = 2
+ pkgver = 1.1.5
+ pkgrel = 1
url = https://sourceforge.net/projects/checkmails
changelog = changelog
arch = any
@@ -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 = d6a31452a20b7966f104ea8bdd85fd0b9bdacaf85274ed4483c310ffc3a4c3293e35a073746b9b9d04f616244b2fa953ae18ec06d1adc60a1303d0128d9aa980
+ 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 15f5a2787bc3..9aca8e8dd308 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=checkmails
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.1.5
+pkgrel=1
pkgdesc="System tray unread mail checker using IMAP protocol"
arch=('any')
url="https://sourceforge.net/projects/checkmails"
@@ -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=('d6a31452a20b7966f104ea8bdd85fd0b9bdacaf85274ed4483c310ffc3a4c3293e35a073746b9b9d04f616244b2fa953ae18ec06d1adc60a1303d0128d9aa980')
+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