diff --git a/.SRCINFO b/.SRCINFO index e0a5332..6b1ad80 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 53fa9b5..3310b68 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')