summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqontinuum2021-07-08 11:30:36 +0200
committerqontinuum2021-07-08 11:30:36 +0200
commiteb9baa304c2e68de3a0346385d3ba4028c69b856 (patch)
treeb272daea4d50cf932f4065b3c1983bc1f2ed4f6a
parent27baffcbf5648729497f626815b6e0f64d6d35a8 (diff)
downloadaur-eb9baa304c2e68de3a0346385d3ba4028c69b856.tar.gz
Update to 0.17.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
-rw-r--r--python-pystray.changelog6
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4ff5c04d9f0..41631cccfc70 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 09b2a2c972af..c6568b5953cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
diff --git a/python-pystray.changelog b/python-pystray.changelog
index 6c4ffb4a25d9..22d4a2c0d3ef 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*