summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fad9072c420..359e0934fb1f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = mynotes
arch = any
license = GPL3
makedepends = python-setuptools
- depends = tktray
+ depends = tk
depends = python-ewmh
depends = python-pillow
depends = gettext
diff --git a/PKGBUILD b/PKGBUILD
index cfb00fea83a7..fcbf720cb6b2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/j4321/MyNotes"
license=('GPL3')
makedepends=('python-setuptools')
-depends=('tktray' 'python-ewmh' 'python-pillow' 'gettext' 'desktop-file-utils')
+depends=('tk' 'python-ewmh' 'python-pillow' 'gettext' 'desktop-file-utils')
optdepends=('python-tkfilebrowser: nicer file browser',
'zenity: nicer file browser',
'tktray: GUI toolkit for the system tray icon (at least one must be installed)',