From 393648b26bc0afa69bca658e3678c78e2794e0fa Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sat, 10 Jun 2023 09:45:23 +0200 Subject: [PATCH] Bump to mark as up-to-date Package was marked as out-of-date because I didn't get back to @xiota within four days, bumping to remove out-of-date flag while we discuss the issue in AUR comments. > xiota flagged python39 out-of-date on 2023-06-09 (UTC) for the following reason: >> Needs `tk` added to `makedepends`. Flagging because no response to comment. --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6e9a427..d06e0b2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python39 pkgdesc = Major release 3.9 of the Python high-level programming language pkgver = 3.9.16 - pkgrel = 2 + pkgrel = 3 url = https://www.python.org/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 94df6f9..bd3d94e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python39 pkgver=3.9.16 -pkgrel=2 +pkgrel=3 _pybasever=3.9 _pymajver=3 pkgdesc="Major release 3.9 of the Python high-level programming language"