diff --git a/PKGBUILD b/PKGBUILD index 3f0fc67..46531fc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Eric Lay pkgname=systrayupdater -pkgver=r49.b4cad83 +pkgver=r52.4ba5e77 pkgrel=1 pkgdesc="PyQt5 system tray applet notifier of available updates" -arch=('x86_64') +arch=('any') url="https://github.com/ericlay/$pkgname" license=('GPL3') depends=('python' diff --git a/systray-updater b/systray-updater index bd57eb6..28269ac 100755 --- a/systray-updater +++ b/systray-updater @@ -117,6 +117,7 @@ quit.triggered.connect(app.quit) # Create applet and place menu in it tray = QSystemTrayIcon() tray.setIcon(icon) +tray.setVisible(True) tray.setContextMenu(menu) app.exec_()