summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFranck STAUFFER2020-12-13 10:42:56 +0100
committerFranck STAUFFER2020-12-13 10:42:56 +0100
commit9953f5b0e2261088f16481ed23487ab1af068d74 (patch)
tree801da59daa67adaa140a2e0acd4b36a43c466409 /PKGBUILD
parent332e8e9dafbb06d7db5950f0b513ba74edf6b2d5 (diff)
downloadaur-9953f5b0e2261088f16481ed23487ab1af068d74.tar.gz
Update to 0.17.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86df2bad0ee4..b5088ad63d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"