updated pkgbuild

This commit is contained in:
Eric Lay 2023-12-08 23:00:14 -06:00
parent a550ac38ee
commit 14267bcd2c
1 changed files with 2 additions and 2 deletions

View File

@ -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=()