Fix missing dependency
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = python-pystray
|
||||
pkgdesc = Allows to create a system tray icon
|
||||
pkgver = 0.16.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/moses-palmer/pystray
|
||||
arch = any
|
||||
license = GPL3
|
||||
@@ -12,6 +12,7 @@ pkgbase = python-pystray
|
||||
depends = python-six
|
||||
depends = python-pillow
|
||||
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
|
||||
sha512sums = 1571a91851cb9ff85cc7497162db687d3cef3ff6c863d1f8ede4ca1275de1f0a1dcf09a313a744f39f5666765c507c0dccf5f75320e5c7bd6dd4074ef2e5b83a
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@@ -3,12 +3,12 @@
|
||||
|
||||
pkgname="python-pystray"
|
||||
pkgver=0.16.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(any)
|
||||
license=('GPL3')
|
||||
pkgdesc="Allows to create a system tray icon"
|
||||
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')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('1571a91851cb9ff85cc7497162db687d3cef3ff6c863d1f8ede4ca1275de1f0a1dcf09a313a744f39f5666765c507c0dccf5f75320e5c7bd6dd4074ef2e5b83a')
|
||||
|
Reference in New Issue
Block a user