Change pkgdescr
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,5 +1,5 @@
|
|||||||
pkgbase = python-pystray
|
pkgbase = python-pystray
|
||||||
pkgdesc = Provides systray integration.
|
pkgdesc = Allows to create a system tray icon
|
||||||
pkgver = 0.16.0
|
pkgver = 0.16.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/moses-palmer/pystray
|
url = https://github.com/moses-palmer/pystray
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.16.0
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
pkgdesc="Provides systray integration."
|
pkgdesc="Allows to create a system tray icon"
|
||||||
url="https://github.com/moses-palmer/pystray"
|
url="https://github.com/moses-palmer/pystray"
|
||||||
depends=('python-six' 'python-pillow' 'python-xlib>=0.17')
|
depends=('python-six' 'python-pillow' 'python-xlib>=0.17')
|
||||||
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
|
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
|
||||||
|
Reference in New Issue
Block a user