diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches pkgname=python36 -pkgver=3.6.13 +pkgver=3.6.14 pkgrel=1 _pybasever=3.6 _pymajver=3 @@ -15,7 +15,7 @@ makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal') optdepends=('tk: for tkinter' 'sqlite') options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz) -sha256sums=('a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f') +sha256sums=('2663a7a0cfbd00fc76269dce4317db0b54be53c0f4d705aabb32b87efa02d5ae') prepare() { cd "${srcdir}/Python-${pkgver}" |