summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2017-04-09 10:14:14 +0200
committerJuliette Monsel2017-04-09 10:14:14 +0200
commitbc7ae1a783dee9cbaf667f34d62f0b01fc63691b (patch)
tree14d476d82bd0ea7fa5814f92214b3db1978b9413
parent1558931013b92e81a26708063a7dc1156ff91e79 (diff)
downloadaur-bc7ae1a783dee9cbaf667f34d62f0b01fc63691b.tar.gz
v1.1.4
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD5
-rw-r--r--changelog39
3 files changed, 46 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bd003e7ae51..372530f067e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = checkmails
pkgdesc = System tray unread mail checker using IMAP protocol
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = https://sourceforge.net/projects/checkmails
+ changelog = changelog
arch = any
license = GPL3
makedepends = python-setuptools
@@ -12,8 +13,8 @@ pkgbase = checkmails
depends = gettext
depends = desktop-file-utils
depends = libnotify
- source = checkmails-1.1.3.tar.gz::https://sourceforge.net/projects/checkmails/files/1.1.3/checkmails-1.1.3.tar.gz/download
- sha512sums = efb7c79ad8148ab126641faa740b0d9778a239f0a3ee2db54d062c10290201fc7abd85485b62a3660a10eb1aeef2134f0d220dd0d64748d7e1286894154cf124
+ 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
pkgname = checkmails
diff --git a/PKGBUILD b/PKGBUILD
index a50a94681b1e..fcf7ab644857 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=checkmails
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="System tray unread mail checker using IMAP protocol"
arch=('any')
@@ -9,7 +9,8 @@ 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=('efb7c79ad8148ab126641faa740b0d9778a239f0a3ee2db54d062c10290201fc7abd85485b62a3660a10eb1aeef2134f0d220dd0d64748d7e1286894154cf124')
+sha512sums=('fb2c5094f995018d76d4d19dc1ae9a07dfd9105a6d99b59a9626cc4bb2564760b937465f2ad453321f2a32475ccd68fd1e0b1d2514d425b26c20c03805fee72e')
+changelog=changelog
package() {
cd "$srcdir/${pkgname}-${pkgver}"
diff --git a/changelog b/changelog
new file mode 100644
index 000000000000..2cc7dd10cf9e
--- /dev/null
+++ b/changelog
@@ -0,0 +1,39 @@
+checkmails-1.1.4-1
+ * New upstream version:
+ + Corrected 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
+ + Set notification to "No active mailbox" instead of "Checking..."
+ when there is no active mailbox.
+ + Changed 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)
+
+checkmails-1.1.2-1
+ * New upstream version
+ + Corrected bug: ImportError: No module named 'tktray'
+
+checkmails-1.1.1-1
+ * New upstream version
+ + Corrected bug when the default font (Liberation Sans Bold) is not installed
+ + 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)
+
+checkmails-1.1.0-2
+ * Updated sha512sums
+
+checkmails-1.1.0-1
+ * New upstream version
+ + Added 'Suspend' functionnality
+ + Added font configuration for the system tray icon
+ * Added gpg signature
+
+checkmails-1.0.0-1
+ * Initial release