summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2020-09-06 12:47:03 +0200
committerLuca Weiss2020-09-06 12:47:03 +0200
commit01a7f53500c28b91e6a81dab1d91bffd6e5dfbc1 (patch)
treefc968da53ac1b1ad92ac5cbe58aeebe326beb8e3
parentef436cd3abaf7e322346b6d05810300ddefcb815 (diff)
downloadaur-01a7f53500c28b91e6a81dab1d91bffd6e5dfbc1.tar.gz
upgpkg: debhelper-python 3.8.5-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4631a151c5c..bbf506d9dfb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = debhelper-python
pkgdesc = debhelper scripts for Python 3: py3versions, python3.pm
- pkgver = 3.8.2
- pkgrel = 2
+ pkgver = 3.8.5
+ pkgrel = 1
url = http://packages.debian.org/sid/python3
arch = any
license = custom:MIT
@@ -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.2-3.tar.gz
- source = https://deb.debian.org/debian/pool/main/d/dh-python/dh-python_4.20200315.tar.xz
+ source = https://deb.debian.org/debian/pool/main/p/python3-defaults/python3-defaults_3.8.5-1.tar.gz
+ source = https://deb.debian.org/debian/pool/main/d/dh-python/dh-python_4.20200804.tar.xz
source = py3versions.patch
- sha512sums = 879cba03e43c859e1e8c7196fbf3cf4066020e4c51cd157eeddb86b62597ef6115baf8f78976a4b86cba010fbaafa30317a57670a89741ae9ffac2aa46500866
- sha512sums = 5e430d239be8c517f0ae98ba9c278de4dfd29a35f050ebc0470dbac255bef14808b94dbedb32923c17f99e2a355f1037f9ecb8d2ff6b98a8075acf26bec2d631
+ sha512sums = d47063cecc433c78d686a43b36fb83eec4ff694ebb61e5b9d7e6362bdd62985080c481be6e47f8230d011b7d915ca8aacb2d359eae7319001a4195adecd285d9
+ sha512sums = b57320c7ac326e08d008ad40f3c58fd78bd8bef5b0f44858061466ab0396ef2a9811a9db81340d947521d4ebb64c12075db747884b5131334705d05769ccc56c
sha512sums = 772332cecd85331b6deda25c0d48eed2490e7e7f26d90c7936f46188c706f590771af6edcbb4740a23bff0434ed061bc2b49f8183561cbf4bbb845ed3bebc42a
pkgname = debhelper-python
diff --git a/PKGBUILD b/PKGBUILD
index edb53cdb2226..fd0f8d61023e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: C. Dominik Bódi dominik.bodi at gmx dot de
pkgname=debhelper-python
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.5
+pkgrel=1
_debpy_name=python3-defaults
_debpy_ver=$pkgver
-_debpy_rel=3
+_debpy_rel=1
_py3def_name=dh-python
-_py3def_ver=4.20200315
+_py3def_ver=4.20200804
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=('879cba03e43c859e1e8c7196fbf3cf4066020e4c51cd157eeddb86b62597ef6115baf8f78976a4b86cba010fbaafa30317a57670a89741ae9ffac2aa46500866'
- '5e430d239be8c517f0ae98ba9c278de4dfd29a35f050ebc0470dbac255bef14808b94dbedb32923c17f99e2a355f1037f9ecb8d2ff6b98a8075acf26bec2d631'
+sha512sums=('d47063cecc433c78d686a43b36fb83eec4ff694ebb61e5b9d7e6362bdd62985080c481be6e47f8230d011b7d915ca8aacb2d359eae7319001a4195adecd285d9'
+ 'b57320c7ac326e08d008ad40f3c58fd78bd8bef5b0f44858061466ab0396ef2a9811a9db81340d947521d4ebb64c12075db747884b5131334705d05769ccc56c'
'772332cecd85331b6deda25c0d48eed2490e7e7f26d90c7936f46188c706f590771af6edcbb4740a23bff0434ed061bc2b49f8183561cbf4bbb845ed3bebc42a')
prepare() {