From ba004629ce60680464924f330d8bc5dc8260ad2f Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Thu, 7 Dec 2023 19:19:49 -0600 Subject: [PATCH] typo --- PKGBUILD | 2 +- systrayUpdater | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index fd70288..fe3d383 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Eric Lay pkgname=systrayupdater -pkgver=r34.1698671 +pkgver=r35.0af7ad3 pkgrel=1 pkgdesc="PyQt5 system tray applet to notify of available updates" arch=('x86_64') diff --git a/systrayUpdater b/systrayUpdater index d96cdd7..7f1fb83 100755 --- a/systrayUpdater +++ b/systrayUpdater @@ -17,7 +17,7 @@ outputList = "" # Use config.yml file to allow for compatibility with # most terminal emulators possible & custom icon / timer duration -with open(path.expanduser("~/.config/systrayUpdater/systrayupdater.yml")) as f: +with open(path.expanduser("~/.config/systrayupdater/systrayupdater.yml")) as f: conf = yaml.load(f, yaml.FullLoader) term = str(conf['terminal']) opt = str(conf['option'])