summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-29 09:51:09 -0600
committerMark Wagie2020-10-29 09:51:09 -0600
commit6bf02bcceae7f74feef95df28b2b1df5bce94df9 (patch)
treef7ed550602ffee754d7e1d13817124015ffb87e6
parentbdb3730defa497337f72107f08f8af8ea5df477c (diff)
downloadaur-6bf02bcceae7f74feef95df28b2b1df5bce94df9.tar.gz
2020.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebcd83f2e14f..2f614308ff80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyinstaller-hooks-contrib
pkgdesc = Community maintained hooks for PyInstaller
- pkgver = 2020.9
+ pkgver = 2020.10
pkgrel = 1
url = https://github.com/pyinstaller/pyinstaller-hooks-contrib
arch = any
@@ -10,8 +10,8 @@ pkgbase = pyinstaller-hooks-contrib
depends = python-setuptools
depends = python-wheel
depends = twine
- source = https://pypi.org/packages/source/p/pyinstaller-hooks-contrib/pyinstaller-hooks-contrib-2020.9.tar.gz
- sha256sums = a5fd45a920012802e3f2089e1d3501ef2f49265dfea8fc46c3310f18e3326c91
+ source = https://pypi.org/packages/source/p/pyinstaller-hooks-contrib/pyinstaller-hooks-contrib-2020.10.tar.gz
+ sha256sums = bf4543a16c9c6e9dd2d70ea3fee78b81d3357a68f706df471d990213892259d9
pkgname = pyinstaller-hooks-contrib
diff --git a/PKGBUILD b/PKGBUILD
index f1d8038f68f3..ef1b0159e99a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=pyinstaller-hooks-contrib
-pkgver=2020.9
+pkgver=2020.10
pkgrel=1
pkgdesc="Community maintained hooks for PyInstaller"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/pyinstaller/pyinstaller-hooks-contrib"
license=('GPL' 'APACHE')
depends=('towncrier' 'python-setuptools' 'python-wheel' 'twine')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('a5fd45a920012802e3f2089e1d3501ef2f49265dfea8fc46c3310f18e3326c91')
+sha256sums=('bf4543a16c9c6e9dd2d70ea3fee78b81d3357a68f706df471d990213892259d9')
build() {
cd "$pkgname-$pkgver"