summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2020-04-09 17:45:35 +0200
committerLuca Weiss2020-04-09 17:45:35 +0200
commitef436cd3abaf7e322346b6d05810300ddefcb815 (patch)
tree53769cdb150b614ff947b6e8a4c320319faae4c8
parentad54fc018492cbf2f6fff4152720f41bc9679fe7 (diff)
downloadaur-ef436cd3abaf7e322346b6d05810300ddefcb815.tar.gz
upgpkg: debhelper-python 3.8.2-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f224c5dcf682..a4631a151c5c 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 = 1
+ pkgrel = 2
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-1.tar.gz
- source = https://deb.debian.org/debian/pool/main/d/dh-python/dh-python_4.20191017.tar.xz
+ 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 = py3versions.patch
- sha512sums = 263f286afea710e2615b273377e6e0a2510b4c8aabd41688c442dcb9689fc7eb67397b916304bdb50c383ef2988dbf54b9ef09a8deb69fda86333d3e1189dc01
- sha512sums = efdc456d2066e5f9288251cf6ab2e3b7d63371ed7da6745b1b888e2e847e8f4cbee48ea745af9cbee5307f86c4338f2e89506619e14e7884800589bbef136509
+ sha512sums = 879cba03e43c859e1e8c7196fbf3cf4066020e4c51cd157eeddb86b62597ef6115baf8f78976a4b86cba010fbaafa30317a57670a89741ae9ffac2aa46500866
+ sha512sums = 5e430d239be8c517f0ae98ba9c278de4dfd29a35f050ebc0470dbac255bef14808b94dbedb32923c17f99e2a355f1037f9ecb8d2ff6b98a8075acf26bec2d631
sha512sums = 772332cecd85331b6deda25c0d48eed2490e7e7f26d90c7936f46188c706f590771af6edcbb4740a23bff0434ed061bc2b49f8183561cbf4bbb845ed3bebc42a
pkgname = debhelper-python
diff --git a/PKGBUILD b/PKGBUILD
index 9998524a67b9..edb53cdb2226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=debhelper-python
pkgver=3.8.2
-pkgrel=1
+pkgrel=2
_debpy_name=python3-defaults
_debpy_ver=$pkgver
-_debpy_rel=1
+_debpy_rel=3
_py3def_name=dh-python
-_py3def_ver=4.20191017
+_py3def_ver=4.20200315
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=('263f286afea710e2615b273377e6e0a2510b4c8aabd41688c442dcb9689fc7eb67397b916304bdb50c383ef2988dbf54b9ef09a8deb69fda86333d3e1189dc01'
- 'efdc456d2066e5f9288251cf6ab2e3b7d63371ed7da6745b1b888e2e847e8f4cbee48ea745af9cbee5307f86c4338f2e89506619e14e7884800589bbef136509'
+sha512sums=('879cba03e43c859e1e8c7196fbf3cf4066020e4c51cd157eeddb86b62597ef6115baf8f78976a4b86cba010fbaafa30317a57670a89741ae9ffac2aa46500866'
+ '5e430d239be8c517f0ae98ba9c278de4dfd29a35f050ebc0470dbac255bef14808b94dbedb32923c17f99e2a355f1037f9ecb8d2ff6b98a8075acf26bec2d631'
'772332cecd85331b6deda25c0d48eed2490e7e7f26d90c7936f46188c706f590771af6edcbb4740a23bff0434ed061bc2b49f8183561cbf4bbb845ed3bebc42a')
prepare() {