summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Woodbine2018-06-17 05:35:45 +0000
committerCaleb Woodbine2018-06-17 05:35:45 +0000
commit376700172f3d26c0e2ccce91a602a4f2b4b9923c (patch)
tree862df90603c1342624d248ee4c6075a11f38f580
parent3dddd569d95556f110694b3ebb858ec1083e719c (diff)
downloadaur-idle-python3.7-assets.tar.gz
Fixed dependencies
-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')