diff --git a/PKGBUILD b/PKGBUILD index 2aeafb6..ba04367 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python36 -pkgver=3.6.0rc1 +pkgver=3.6.0rc2 pkgrel=1 _pybasever=3.6 _pymajver=3 @@ -12,7 +12,7 @@ makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'hardening-wrappe optdepends=('tk: for tkinter' 'sqlite') options=('!makeflags') source=(http://www.python.org/ftp/python/${_pybasever}.0/Python-${pkgver}.tar.xz) -sha256sums=('fc868c1b84833262bef5547f2ed44844a1b4355ab3b7f747e28a1e1ccbff5807') +sha256sums=('ed07453330af6677d0a670e187344922a67208fc6bdaea9fade66dc08bf763a4') # Maintainer: Tobias Kunze # Based on python33 script from: Rodolphe Breard and Christopher Arndt # Via the python34 adaption of Raphael Michel