diff --git a/.SRCINFO b/.SRCINFO index f4ff5c0..41631cc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 - diff --git a/PKGBUILD b/PKGBUILD index 09b2a2c..c6568b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Julien Nicoulaud 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" diff --git a/python-pystray.changelog b/python-pystray.changelog index 6c4ffb4..22d4a2c 100644 --- a/python-pystray.changelog +++ b/python-pystray.changelog @@ -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*