Fix missing dependency

This commit is contained in:
Franck STAUFFER
2020-08-18 13:45:29 +02:00
parent d911c06031
commit dcf76014bd
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = python-pystray pkgbase = python-pystray
pkgdesc = Allows to create a system tray icon pkgdesc = Allows to create a system tray icon
pkgver = 0.16.0 pkgver = 0.16.0
pkgrel = 1 pkgrel = 2
url = https://github.com/moses-palmer/pystray url = https://github.com/moses-palmer/pystray
arch = any arch = any
license = GPL3 license = GPL3
@@ -12,6 +12,7 @@ pkgbase = python-pystray
depends = python-six depends = python-six
depends = python-pillow depends = python-pillow
depends = python-xlib>=0.17 depends = python-xlib>=0.17
depends = libappindicator-gtk3
source = python-pystray-0.16.0.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.16.0.tar.gz source = python-pystray-0.16.0.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.16.0.tar.gz
sha512sums = 1571a91851cb9ff85cc7497162db687d3cef3ff6c863d1f8ede4ca1275de1f0a1dcf09a313a744f39f5666765c507c0dccf5f75320e5c7bd6dd4074ef2e5b83a sha512sums = 1571a91851cb9ff85cc7497162db687d3cef3ff6c863d1f8ede4ca1275de1f0a1dcf09a313a744f39f5666765c507c0dccf5f75320e5c7bd6dd4074ef2e5b83a

View File

@@ -3,12 +3,12 @@
pkgname="python-pystray" pkgname="python-pystray"
pkgver=0.16.0 pkgver=0.16.0
pkgrel=1 pkgrel=2
arch=(any) arch=(any)
license=('GPL3') license=('GPL3')
pkgdesc="Allows to create a system tray icon" 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' 'libappindicator-gtk3')
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel') makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
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")
sha512sums=('1571a91851cb9ff85cc7497162db687d3cef3ff6c863d1f8ede4ca1275de1f0a1dcf09a313a744f39f5666765c507c0dccf5f75320e5c7bd6dd4074ef2e5b83a') sha512sums=('1571a91851cb9ff85cc7497162db687d3cef3ff6c863d1f8ede4ca1275de1f0a1dcf09a313a744f39f5666765c507c0dccf5f75320e5c7bd6dd4074ef2e5b83a')