Change pkgdescr

This commit is contained in:
Franck STAUFFER
2020-08-15 17:44:06 +02:00
parent b61c396023
commit e60b3e37c7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
pkgbase = python-pystray
pkgdesc = Provides systray integration.
pkgdesc = Allows to create a system tray icon
pkgver = 0.16.0
pkgrel = 1
url = https://github.com/moses-palmer/pystray

View File

@@ -5,7 +5,7 @@ pkgver=0.16.0
pkgrel=1
arch=(any)
license=('GPL3')
pkgdesc="Provides systray integration."
pkgdesc="Allows to create a system tray icon"
url="https://github.com/moses-palmer/pystray"
depends=('python-six' 'python-pillow' 'python-xlib>=0.17')
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')