This commit is contained in:
Julien Nicoulaud
2019-12-31 10:19:09 +01:00
parent da5a776031
commit 44c85e5935
2 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = python-pystray pkgbase = python-pystray
pkgdesc = Provides systray integration. pkgdesc = Provides systray integration.
pkgver = 0.14.4 pkgver = 0.15.0
pkgrel = 2 pkgrel = 1
url = https://github.com/moses-palmer/pystray url = https://github.com/moses-palmer/pystray
arch = any arch = any
license = GPL license = GPL
@@ -11,8 +11,8 @@ pkgbase = python-pystray
makedepends = python2-setuptools makedepends = python2-setuptools
makedepends = python-sphinx makedepends = python-sphinx
makedepends = python2-sphinx makedepends = python2-sphinx
source = https://github.com/moses-palmer/pystray/archive/v0.14.4.tar.gz source = https://github.com/moses-palmer/pystray/archive/v0.15.0.tar.gz
sha512sums = 8c0da713ce5314137015d23c156de22054a44d4720be36a41ad1917bc694ffaed0b254b9473f67a26bf630e12d7fa71744410723927318280768efcfb752cd81 sha512sums = 889730ef8b7967f60538bf1354fb9864c9136d4c5700c2eab411164f1878938a0c2c2d0946c9df58892f3d3a27832316f5413a462741166b81f49f9d915dfc1f
pkgname = python-pystray pkgname = python-pystray
depends = python-pillow depends = python-pillow

View File

@@ -3,15 +3,15 @@
_pkgname=pystray _pkgname=pystray
pkgbase="python-${_pkgname}" pkgbase="python-${_pkgname}"
pkgname=("python-${_pkgname}" "python2-${_pkgname}") pkgname=("python-${_pkgname}" "python2-${_pkgname}")
pkgver=0.14.4 pkgver=0.15.0
pkgrel=2 pkgrel=1
arch=(any) arch=(any)
license=('GPL') license=('GPL')
pkgdesc="Provides systray integration." pkgdesc="Provides systray integration."
url="https://github.com/moses-palmer/pystray" url="https://github.com/moses-palmer/pystray"
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'python-sphinx' 'python2-sphinx') makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'python-sphinx' 'python2-sphinx')
source=("https://github.com/moses-palmer/${_pkgname}/archive/v${pkgver}.tar.gz") source=("https://github.com/moses-palmer/${_pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('8c0da713ce5314137015d23c156de22054a44d4720be36a41ad1917bc694ffaed0b254b9473f67a26bf630e12d7fa71744410723927318280768efcfb752cd81') sha512sums=('889730ef8b7967f60538bf1354fb9864c9136d4c5700c2eab411164f1878938a0c2c2d0946c9df58892f3d3a27832316f5413a462741166b81f49f9d915dfc1f')
prepare() { prepare() {
cp -a ${_pkgname}-${pkgver}{,-py2} cp -a ${_pkgname}-${pkgver}{,-py2}
@@ -38,3 +38,4 @@ package_python2-pystray() {
cd "${srcdir}/${_pkgname}-${pkgver}-py2" cd "${srcdir}/${_pkgname}-${pkgver}-py2"
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
} }