diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:34:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:38:45 -0300 |
commit | e805db56e9b5e94cd4c98c90d20c40b0587b940d (patch) | |
tree | a0269afb9a66e2426e8e385f343eaa7a6d615655 /community | |
parent | 64053e93d1b2192473cc16b8719d43e6b1c036a6 (diff) | |
download | aports-e805db56e9b5e94cd4c98c90d20c40b0587b940d.tar.bz2 aports-e805db56e9b5e94cd4c98c90d20c40b0587b940d.tar.xz |
community/python3-tkinter: modernize
Diffstat (limited to 'community')
-rw-r--r-- | community/python3-tkinter/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python3-tkinter/APKBUILD b/community/python3-tkinter/APKBUILD index 0c152229f4..ff7afeb29a 100644 --- a/community/python3-tkinter/APKBUILD +++ b/community/python3-tkinter/APKBUILD @@ -22,7 +22,7 @@ builddir="$srcdir/Python-$pkgver" # secfixes: # 3.6.8-r1: -# - CVE-2019-5010 +# - CVE-2019-5010 prepare() { local _pyapkbuild="$startdir"/../../main/python3/APKBUILD |