summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-09-27 11:30:25 +0200
committerJuliette Monsel2018-09-27 11:30:25 +0200
commit7742fdb435b05e848b7debfb9ec7a877f5579d21 (patch)
tree9933f0a4eb62ff5dc13288de3356aa24a7b1cade
parent206636b068b99057fdb781982ac7eb8a7813aa71 (diff)
downloadaur-checkmails.tar.gz
v1.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2052d3c4a591..5cb286492cc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = checkmails
pkgdesc = System tray unread mail checker using IMAP protocol
- pkgver = 1.2.1
- pkgrel = 3
+ pkgver = 1.2.2
+ pkgrel = 1
url = https://sourceforge.net/projects/checkmails
changelog = changelog
arch = any
@@ -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.1.tar.gz::https://github.com/j4321/CheckMails/archive/v1.2.1.tar.gz
- sha512sums = 0ab34ba8db7581da848573b18769b15256cf20fc4a159a4871f6d3ae1d4af8b09bf1c555f7b748813ac2f147cf864bda1c20ebeb67739d79533ff773001c0757
+ source = checkmails-1.2.2.tar.gz::https://github.com/j4321/CheckMails/archive/v1.2.2.tar.gz
+ sha512sums = fb08312c9dee338343762121cb00554b326c204893f1919a5ad0f2af80014951ea154c534950ca40613d2acbd75f19605a87d5c072bf34cfd630f8b24f50e120
pkgname = checkmails
diff --git a/PKGBUILD b/PKGBUILD
index b79f249cac5c..9cd7821f0be9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=checkmails
-pkgver=1.2.1
-pkgrel=3
+pkgver=1.2.2
+pkgrel=1
pkgdesc="System tray unread mail checker using IMAP protocol"
arch=('any')
url="https://sourceforge.net/projects/checkmails"
@@ -14,7 +14,7 @@ optdepends=('tktray: GUI toolkit for the system tray icon (at least one must be
'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://github.com/j4321/CheckMails/archive/v$pkgver.tar.gz")
-sha512sums=('0ab34ba8db7581da848573b18769b15256cf20fc4a159a4871f6d3ae1d4af8b09bf1c555f7b748813ac2f147cf864bda1c20ebeb67739d79533ff773001c0757')
+sha512sums=('fb08312c9dee338343762121cb00554b326c204893f1919a5ad0f2af80014951ea154c534950ca40613d2acbd75f19605a87d5c072bf34cfd630f8b24f50e120')
changelog=changelog
build() {