summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2022-08-27 02:50:55 +0000
committerSam2022-08-27 02:50:55 +0000
commit961cc1c09f0486249c5b302783dd0ab0502b2a74 (patch)
tree17f3aea801b2dfd8c43effcb252897be8b69ea98
parent56731bb7430311b5409cacf09562dc28fd10490e (diff)
downloadaur-961cc1c09f0486249c5b302783dd0ab0502b2a74.tar.gz
updpkg: pyinstaller-hooks-contrib 2022.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dad3b5a973ad..060ede8c136f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pyinstaller-hooks-contrib
pkgdesc = Community maintained hooks for PyInstaller
- pkgver = 2022.8
+ pkgver = 2022.9
pkgrel = 1
url = https://github.com/pyinstaller/pyinstaller-hooks-contrib
arch = any
license = custom:PyInstaller
makedepends = python-pip
- source = https://files.pythonhosted.org/packages/py2.py3/p/pyinstaller-hooks-contrib/pyinstaller_hooks_contrib-2022.8-py2.py3-none-any.whl
- sha512sums = 32c5330c0d18a8eb88e4c11c8ea50dc3a5ce68c4401c1c9d91b2616359f84664360a4d1a52afae856bd0a279b7e2e0670e7dcef7bbfb838ab99b3782db530e20
+ source = https://files.pythonhosted.org/packages/py2.py3/p/pyinstaller-hooks-contrib/pyinstaller_hooks_contrib-2022.9-py2.py3-none-any.whl
+ sha512sums = a75702605fefc4c7c67e152f18d8affda65cc6cbf83aa42dffec53fb7a0826020791edcbddeafbde58e7df1f6442bea7b8b5a598e6bca2e159221e4a3cbdcb9b
pkgname = pyinstaller-hooks-contrib
diff --git a/PKGBUILD b/PKGBUILD
index c8f548830933..55fe3250bc8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pyinstaller-hooks-contrib
_pkgname=pyinstaller-hooks-contrib
-pkgver=2022.8
+pkgver=2022.9
pkgrel=1
pkgdesc="Community maintained hooks for PyInstaller"
arch=('any')
@@ -18,7 +18,7 @@ _py="py2.py3"
_py_hosted_url="https://files.pythonhosted.org/packages/$_py"
_pkg_whlname="$_pkgname_underscored-$pkgver-$_py-none-any.whl"
source=("$_py_hosted_url/$_pkgname_prefix/$_pkgname/$_pkg_whlname")
-sha512sums=('32c5330c0d18a8eb88e4c11c8ea50dc3a5ce68c4401c1c9d91b2616359f84664360a4d1a52afae856bd0a279b7e2e0670e7dcef7bbfb838ab99b3782db530e20')
+sha512sums=('a75702605fefc4c7c67e152f18d8affda65cc6cbf83aa42dffec53fb7a0826020791edcbddeafbde58e7df1f6442bea7b8b5a598e6bca2e159221e4a3cbdcb9b')
package() {
cd "$srcdir" || exit