Update to 0.17.4

This commit is contained in:
qontinuum
2021-07-08 11:30:36 +02:00
parent 27baffcbf5
commit eb9baa304c
3 changed files with 11 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-pystray
pkgdesc = Allows to create a system tray icon
pkgver = 0.17.3
pkgver = 0.17.4
pkgrel = 1
url = https://github.com/moses-palmer/pystray
changelog = python-pystray.changelog
@@ -15,8 +15,7 @@ pkgbase = python-pystray
depends = python-xlib>=0.17
depends = libappindicator-gtk3
depends = python-gobject
source = python-pystray-0.17.3.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.3.tar.gz
sha512sums = 01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260
source = python-pystray-0.17.4.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.4.tar.gz
b2sums = 2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f
pkgname = python-pystray

View File

@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
pkgname="python-pystray"
pkgver=0.17.3
pkgver=0.17.4
pkgrel=1
arch=('any')
license=('GPL3')
@@ -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=('01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260')
b2sums=('2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f')
build() {
cd "pystray-$pkgver"

View File

@@ -1,6 +1,12 @@
Release Notes
=============
v0.17.4 - Corrected import on Windows
-------------------------------------
* Corrected imports from _WinDLL_ to ensure argument definitions are private
to this library. Thanks to *TomsonBoylett*!
v0.17.3 - macOS and AppIndicator bug fixes
------------------------------------------
* Let the default timeout for notifications when using the *AppIndicator*