summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornavigaid2019-10-29 23:53:45 +0800
committernavigaid2019-10-29 23:53:45 +0800
commit37ca1b8fb45a97341fc8e4fe6c8dd7007ec17429 (patch)
treed782fc0e7f24c51a699991c472d2e45374614721
parent64eb6b2d74f46497572540dcce20750ce9ca678a (diff)
downloadaur-python37-git.tar.gz
aurify
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a9e78256980..faad9f1e628e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
-pkgbase = python
- pkgdesc = Next generation of the python high-level scripting language
+pkgbase = python37-git
+ pkgdesc = Major release 3.7 of the Python high-level programming language
pkgver = 3.7.4
- pkgrel = 2
+ pkgrel = 1
url = https://www.python.org/
arch = x86_64
license = custom
@@ -26,8 +26,6 @@ pkgbase = python
optdepends = mpdecimal: for decimal
optdepends = xz: for lzma
optdepends = tk: for tkinter
- provides = python3
- replaces = python3
source = https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
source = https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz.asc
source = dont-make-libpython-readonly.patch
@@ -38,5 +36,5 @@ pkgbase = python
sha512sums = 2ef96708d5b13ae2a3d2cc62c87b4780e60ecfce914e190564492def3a11d5e56977659f41c7f9d12266e58050c766bce4e2b5d50b708eb792794fa8357920c4
sha512sums = ebd04c3b6d41321b1f0d439d356e0ce463760db55dc64109854c70d017cf56608aa19de9fc4a21bf840795ff202b4703444f9af8074b661780798c17e03089ff
-pkgname = python
+pkgname = python37-git
diff --git a/PKGBUILD b/PKGBUILD
index 50f073ae9fd0..ed923fdaa945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
+# Maintainer: navigaid <navigaid@gmail.com>
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Jason Chu <jason@archlinux.org>
-pkgname=python
+pkgname=python37-git
pkgver=3.7.4
-pkgrel=2
+pkgrel=1
_pybasever=${pkgver%.*}
-pkgdesc="Next generation of the python high-level scripting language"
+pkgdesc="Major release 3.7 of the Python high-level programming language"
arch=('x86_64')
license=('custom')
url="https://www.python.org/"
@@ -20,8 +21,6 @@ optdepends=('python-setuptools'
'mpdecimal: for decimal'
'xz: for lzma'
'tk: for tkinter')
-provides=('python3')
-replaces=('python3')
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc}
dont-make-libpython-readonly.patch
0001-compileall-Fix-ddir-when-recursing.patch)