Update to 0.17.2

This commit is contained in:
Franck STAUFFER
2020-12-13 10:42:56 +01:00
parent 332e8e9daf
commit 9953f5b0e2
3 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = python-pystray
pkgdesc = Allows to create a system tray icon
pkgver = 0.17.1
pkgrel = 2
pkgver = 0.17.2
pkgrel = 1
url = https://github.com/moses-palmer/pystray
changelog = python-pystray.changelog
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-pystray
depends = python-pillow
depends = python-xlib>=0.17
depends = libappindicator-gtk3
source = python-pystray-0.17.1.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.1.tar.gz
sha512sums = ca56fe3ea0588fcd1d3829e18344b856e9031d4531bafa66349056f858fb94a112579b9114d7fa9406dc9f9424ae298bee9825cba1af7014a173c63d0590c8e1
source = python-pystray-0.17.2.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.2.tar.gz
sha512sums = d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435
pkgname = python-pystray

View File

@@ -2,8 +2,8 @@
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
pkgname="python-pystray"
pkgver=0.17.1
pkgrel=2
pkgver=0.17.2
pkgrel=1
arch=('any')
license=('GPL3')
pkgdesc="Allows to create a system tray icon"
@@ -12,7 +12,7 @@ depends=('python-six' 'python-pillow' 'python-xlib>=0.17' 'libappindicator-gtk3'
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
changelog="$pkgname.changelog"
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
sha512sums=('ca56fe3ea0588fcd1d3829e18344b856e9031d4531bafa66349056f858fb94a112579b9114d7fa9406dc9f9424ae298bee9825cba1af7014a173c63d0590c8e1')
sha512sums=('d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435')
build() {
cd "pystray-$pkgver"

View File

@@ -1,6 +1,13 @@
Release Notes
=============
v0.17.2 - Windows bug fixes
---------------------------
* Actually release loaded icons on *Windows*. Thanks to *Bob1011941*!
* Let mouse button release trigger menu and action on *Windows* as expected.
Thanks to *Ennea*!
v0.17.1 - Corrected release notes
---------------------------------
* Corrected attribution of *Windows* notification fix.