Bump version to 0.19.2

This commit is contained in:
Echizen Ryoma
2022-02-28 08:24:46 +08:00
parent 963b5831ed
commit 419feea0cb
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-pystray
pkgdesc = Allows to create a system tray icon
pkgver = 0.19.1
pkgver = 0.19.2
pkgrel = 1
url = https://github.com/moses-palmer/pystray
changelog = python-pystray.changelog
@@ -15,7 +15,7 @@ pkgbase = python-pystray
depends = python-xlib>=0.17
depends = libappindicator-gtk3
depends = python-gobject
source = python-pystray-0.19.1.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.19.1.tar.gz
b2sums = 396f18262ee9615579a5e0ab9e91acfc45cf4482be5076f286b79de069141c4662abe470e312e571ee93b0698ef0d30a76e1df549a9e2a29936f9d811963bfed
source = python-pystray-0.19.2.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.19.2.tar.gz
b2sums = 5ce792314499467cb6d4e1013dc29677f13b3dc679da70df6aba026e7202c4c86d31422132521c0764224a048f7a150f014060b36a42ccdf2e94a87f457f00f9
pkgname = python-pystray

View File

@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
pkgname="python-pystray"
pkgver=0.19.1
pkgver=0.19.2
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")
b2sums=('396f18262ee9615579a5e0ab9e91acfc45cf4482be5076f286b79de069141c4662abe470e312e571ee93b0698ef0d30a76e1df549a9e2a29936f9d811963bfed')
b2sums=('5ce792314499467cb6d4e1013dc29677f13b3dc679da70df6aba026e7202c4c86d31422132521c0764224a048f7a150f014060b36a42ccdf2e94a87f457f00f9')
build() {
cd "pystray-$pkgver"