summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35373a48212e..5a271fa12126 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = idle-python3.7-assets
license = GPL
depends = python
depends = python2
+ depends = tk
source = https://gitlab.com/BobyMCbobs/idle-python3.7-assets/-/archive/1.0/idle-python3.7-assets-1.0.zip
md5sums = 033bfaefcc566577cf8a6f5e173f3c01
diff --git a/PKGBUILD b/PKGBUILD
index a02009ff8e38..d5e32f21f893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Python's Intergrated Development and Learning Environment"
arch=('any')
url="https://gitlab.com/BobyMCbobs/${pkgname}"
license=('GPL')
-depends=('python' 'python2')
+depends=('python' 'python2' 'tk')
source=("https://gitlab.com/BobyMCbobs/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.zip")
md5sums=('033bfaefcc566577cf8a6f5e173f3c01')