updated pkgbuild
This commit is contained in:
parent
a550ac38ee
commit
14267bcd2c
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Eric Lay <ericlaytm@gmail.com>
|
# Maintainer: Eric Lay <ericlaytm@gmail.com>
|
||||||
pkgname=systrayupdater
|
pkgname=systrayupdater
|
||||||
pkgver=r36.ba00462
|
pkgver=r47.a550ac3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="PyQt5 system tray applet notifier of available updates"
|
pkgdesc="PyQt5 system tray applet notifier of available updates"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -9,7 +9,7 @@ license=('GPL3')
|
||||||
depends=('python'
|
depends=('python'
|
||||||
'python-pyqt5'
|
'python-pyqt5'
|
||||||
'python-yaml'
|
'python-yaml'
|
||||||
'python-jaraco.functools'
|
'hicolor-icon-theme'
|
||||||
'pacman')
|
'pacman')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=()
|
optdepends=()
|
||||||
|
|
Loading…
Reference in New Issue