Bump version to 0.19.1
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = python-pystray
|
pkgbase = python-pystray
|
||||||
pkgdesc = Allows to create a system tray icon
|
pkgdesc = Allows to create a system tray icon
|
||||||
pkgver = 0.18.0
|
pkgver = 0.19.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/moses-palmer/pystray
|
url = https://github.com/moses-palmer/pystray
|
||||||
changelog = python-pystray.changelog
|
changelog = python-pystray.changelog
|
||||||
@@ -15,7 +15,7 @@ pkgbase = python-pystray
|
|||||||
depends = python-xlib>=0.17
|
depends = python-xlib>=0.17
|
||||||
depends = libappindicator-gtk3
|
depends = libappindicator-gtk3
|
||||||
depends = python-gobject
|
depends = python-gobject
|
||||||
source = python-pystray-0.18.0.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.18.0.tar.gz
|
source = python-pystray-0.19.1.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.19.1.tar.gz
|
||||||
b2sums = 9b3faed02f6d712a1d714f7145f18ab35eb8ac2ba9075f164bb554a9a725b220e1b421d62db6c5a188126d0328b792629c355b890be64ad6e67c2030d3a7da42
|
b2sums = 396f18262ee9615579a5e0ab9e91acfc45cf4482be5076f286b79de069141c4662abe470e312e571ee93b0698ef0d30a76e1df549a9e2a29936f9d811963bfed
|
||||||
|
|
||||||
pkgname = python-pystray
|
pkgname = python-pystray
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
|
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
|
||||||
|
|
||||||
pkgname="python-pystray"
|
pkgname="python-pystray"
|
||||||
pkgver=0.18.0
|
pkgver=0.19.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL3')
|
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')
|
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
|
||||||
changelog="$pkgname.changelog"
|
changelog="$pkgname.changelog"
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
|
||||||
b2sums=('9b3faed02f6d712a1d714f7145f18ab35eb8ac2ba9075f164bb554a9a725b220e1b421d62db6c5a188126d0328b792629c355b890be64ad6e67c2030d3a7da42')
|
b2sums=('396f18262ee9615579a5e0ab9e91acfc45cf4482be5076f286b79de069141c4662abe470e312e571ee93b0698ef0d30a76e1df549a9e2a29936f9d811963bfed')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "pystray-$pkgver"
|
cd "pystray-$pkgver"
|
||||||
|
Reference in New Issue
Block a user