summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2021-01-02 11:15:55 +0100
committerLuca Weiss2021-01-02 11:15:55 +0100
commitc4ebcf4f28d176b99f012a5eb489741231a1178b (patch)
tree4f3542d68c343f51d795a2cc0e711b65430bb6b3
parent98aa7834f7c2c80b307d38f2452fe04e6bb81ba4 (diff)
downloadaur-c4ebcf4f28d176b99f012a5eb489741231a1178b.tar.gz
upgpkg: debhelper-python 3.9.1-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7dad47b5b26..622ef6be75ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debhelper-python
pkgdesc = debhelper scripts for Python 3: py3versions, python3.pm
- pkgver = 3.8.6
+ pkgver = 3.9.1
pkgrel = 1
url = http://packages.debian.org/sid/python3
arch = any
@@ -11,11 +11,11 @@ pkgbase = debhelper-python
optdepends = sgmltools-lite
provides = debhelper-python
provides = dh-python
- source = https://deb.debian.org/debian/pool/main/p/python3-defaults/python3-defaults_3.8.6-1.tar.gz
- source = https://deb.debian.org/debian/pool/main/d/dh-python/dh-python_4.20200925.tar.xz
+ source = https://deb.debian.org/debian/pool/main/p/python3-defaults/python3-defaults_3.9.1-1.tar.gz
+ source = https://deb.debian.org/debian/pool/main/d/dh-python/dh-python_4.20201102.tar.xz
source = py3versions.patch
- sha512sums = a61fd9de9987566ac94adc188c22981c618f715b2e8fce67b0c0bc597ac3fe4d6a11bdc11f1b8c81ac41c442f070e0d51fa7dd06c5117eac085788f3516129ea
- sha512sums = af1f2e17f268aa699823d3cb947801bd1832b59591aaf3510be965bab65fd34c08f347c0d5a0a35226d2fb3357f3b602b8d46ca384f429394ad9c3af9cb3d4f6
+ sha512sums = a2f76f8b0fef9f09f8113c1f667558563f09d2278621caf68d87ac8df33995fc77bf7b4372eae46dada75f4ccb631bebf2b4f34dbbd0deb145ea07391cc64cc0
+ sha512sums = faccd8488de8ad17b48d33b1a338be7e34a7af1d3838a85d2b9df3b2c779ac06b45aad2529164b17861055b699761548ffafdcfe6dc14d438ad18971d754b043
sha512sums = 772332cecd85331b6deda25c0d48eed2490e7e7f26d90c7936f46188c706f590771af6edcbb4740a23bff0434ed061bc2b49f8183561cbf4bbb845ed3bebc42a
pkgname = debhelper-python
diff --git a/PKGBUILD b/PKGBUILD
index 99545a62323d..7bc81266243e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: C. Dominik Bódi dominik.bodi at gmx dot de
pkgname=debhelper-python
-pkgver=3.8.6
+pkgver=3.9.1
pkgrel=1
_debpy_name=python3-defaults
@@ -10,7 +10,7 @@ _debpy_ver=$pkgver
_debpy_rel=1
_py3def_name=dh-python
-_py3def_ver=4.20200925
+_py3def_ver=4.20201102
pkgdesc="debhelper scripts for Python 3: py3versions, python3.pm"
arch=('any')
@@ -23,8 +23,8 @@ provides=('debhelper-python' 'dh-python')
source=(https://deb.debian.org/debian/pool/main/p/${_debpy_name}/${_debpy_name}_${_debpy_ver}-${_debpy_rel}.tar.gz
https://deb.debian.org/debian/pool/main/d/${_py3def_name}/${_py3def_name}_${_py3def_ver}.tar.xz
py3versions.patch)
-sha512sums=('a61fd9de9987566ac94adc188c22981c618f715b2e8fce67b0c0bc597ac3fe4d6a11bdc11f1b8c81ac41c442f070e0d51fa7dd06c5117eac085788f3516129ea'
- 'af1f2e17f268aa699823d3cb947801bd1832b59591aaf3510be965bab65fd34c08f347c0d5a0a35226d2fb3357f3b602b8d46ca384f429394ad9c3af9cb3d4f6'
+sha512sums=('a2f76f8b0fef9f09f8113c1f667558563f09d2278621caf68d87ac8df33995fc77bf7b4372eae46dada75f4ccb631bebf2b4f34dbbd0deb145ea07391cc64cc0'
+ 'faccd8488de8ad17b48d33b1a338be7e34a7af1d3838a85d2b9df3b2c779ac06b45aad2529164b17861055b699761548ffafdcfe6dc14d438ad18971d754b043'
'772332cecd85331b6deda25c0d48eed2490e7e7f26d90c7936f46188c706f590771af6edcbb4740a23bff0434ed061bc2b49f8183561cbf4bbb845ed3bebc42a')
prepare() {