summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoan Blanc2022-11-18 14:01:56 +0100
committerYoan Blanc2022-11-18 14:01:56 +0100
commita5d98307531f855a5e40d62335e9a84b98234737 (patch)
tree62e10c9c02cdd79f24bb293f95848b8dc8b76394
parent850e173f322fee8e7ad63d290b4fc1a5bdbc16d5 (diff)
downloadaur-a5d98307531f855a5e40d62335e9a84b98234737.tar.gz
fix bump for libssl
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7003ec57063..82e329a6184a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python37
pkgdesc = Major release 3.7 of the Python high-level programming language
pkgver = 3.7.15
- pkgrel = 1
+ pkgrel = 2
url = https://www.python.org/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 3c5277e711b8..c673687cea68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=python37
pkgver=3.7.15
-pkgrel=1
+pkgrel=2
_pybasever=${pkgver%.*}
_pymajver=3
pkgdesc="Major release 3.7 of the Python high-level programming language"