summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2021-05-11 12:50:41 +0200
committerDaniel Milde2021-05-11 12:50:41 +0200
commitb592702d14c5f51263b383793e68ce955bb07c04 (patch)
treefca0d2ebe7e0180c0fc97abbed387d4818d1f036
parentcd13eeb2def5ce154cffad304439ef4d643623ec (diff)
downloadaur-b592702d14c5f51263b383793e68ce955bb07c04.tar.gz
main branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a106d53cfc..f969d6723552 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-git
pkgdesc = Next generation of the python high-level scripting language
- pkgver = 3.10.0a0.r107325.909b5714e13
+ pkgver = 3.10.0a0.r109913.d1b81574edd
pkgrel = 1
url = https://www.python.org/
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = python-git
depends = libffi
depends = zlib
depends = libnsl
- source = git+https://github.com/python/cpython#branch=master
+ source = git+https://github.com/python/cpython#branch=main
sha512sums = SKIP
pkgname = python-git
diff --git a/PKGBUILD b/PKGBUILD
index 92c84bba6bd2..7d3bdedfa2f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ shopt -s extglob
pkgbase=python-git
pkgname=(python-git python-tests-git)
-pkgver=3.10.0a0.r107325.909b5714e13
+pkgver=3.10.0a0.r109913.d1b81574edd
pkgrel=1
_pybasever=3.10
pkgdesc="Next generation of the python high-level scripting language"
@@ -21,7 +21,7 @@ url="https://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'libnsl')
makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'xz' 'git' 'llvm' 'gdb' 'xorg-server-xvfb')
checkdepends=('ttf-font')
-source=("git+https://github.com/python/cpython#branch=master")
+source=("git+https://github.com/python/cpython#branch=main")
sha512sums=('SKIP')
pkgver() {