summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-09-26 16:54:32 +0800
committerYen Chi Hsuan2017-09-26 16:54:32 +0800
commit01e7ff26ec634a36ab2b5cbd302cd18bd0d91a6e (patch)
tree5b6bc94ed508eadfcd04b8da8dfe24c59ba4bb6b
parentc02bedbc3596e53ee611668097a23450b04da9ae (diff)
downloadaur-01e7ff26ec634a36ab2b5cbd302cd18bd0d91a6e.tar.gz
Bump to 3.3.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d6a799b5fec..8b4902620c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python33
pkgdesc = Major release 3.3 of the Python high-level programming language
- pkgver = 3.3.7rc1
+ pkgver = 3.3.7
pkgrel = 1
- url = http://www.python.org/
+ url = https://www.python.org/
arch = i686
arch = x86_64
license = custom
@@ -24,9 +24,9 @@ pkgbase = python33
optdepends = xz
optdepends = net-tools: arp, ifconfig and netstat are used in the uuid module
options = !makeflags
- source = https://www.python.org/ftp/python/3.3.7/Python-3.3.7rc1.tar.xz
+ source = https://www.python.org/ftp/python/3.3.7/Python-3.3.7.tar.xz
source = python-3.3-ssl-nosslv3.patch
- sha256sums = 98cc1bb74774ce0b4cdb6adcbf183fa757bea3dfd2374d7a76d16698c684f52e
+ sha256sums = 85f60c327501c36bc18c33370c14d472801e6af2f901dafbba056f61685429fe
sha256sums = d54bc0ac72218b37c1c2f7a8f03f904a06c2270518a5f3b9e27e54578fe1fb04
pkgname = python33
diff --git a/PKGBUILD b/PKGBUILD
index ea2a84da16ac..2b9597f0211e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Christopher Arndt <chris@chrisarndt.de>
pkgname=python33
-pkgver=3.3.7rc1
+pkgver=3.3.7
pkgrel=1
_pybasever=3.3
_pymajver=3
pkgdesc="Major release 3.3 of the Python high-level programming language"
arch=('i686' 'x86_64')
license=('custom')
-url="http://www.python.org/"
+url="https://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl-1.0' 'libffi' 'zlib')
makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
optdepends=('mpdecimal: for decimal'
@@ -23,7 +23,7 @@ checkdepends=('net-tools')
options=('!makeflags')
source=(https://www.python.org/ftp/python/${pkgver/rc*/}/Python-${pkgver}.tar.xz
python-3.3-ssl-nosslv3.patch)
-sha256sums=('98cc1bb74774ce0b4cdb6adcbf183fa757bea3dfd2374d7a76d16698c684f52e'
+sha256sums=('85f60c327501c36bc18c33370c14d472801e6af2f901dafbba056f61685429fe'
'd54bc0ac72218b37c1c2f7a8f03f904a06c2270518a5f3b9e27e54578fe1fb04')
prepare() {