diff options
author | iboyperson | 2018-05-09 21:00:37 -0700 |
---|---|---|
committer | iboyperson | 2018-05-09 21:00:37 -0700 |
commit | 93a2154fbc7003b31f07ba7c51966d5350e665cc (patch) | |
tree | 21de37846e343b69a22b372f84cfa2efc9f8fe3b | |
parent | 7c7fcc2c6d193d181676d87191151e573b247ef0 (diff) | |
download | aur-93a2154fbc7003b31f07ba7c51966d5350e665cc.tar.gz |
Update to: 3.3.1-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 8 insertions, 11 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Mon Jan 23 17:16:06 UTC 2017 pkgbase = pyinstaller pkgdesc = An application to convert python scripts into stand-alone binaries - pkgver = 3.2.1 + pkgver = 3.3.1 pkgrel = 1 url = http://www.pyinstaller.org arch = i686 @@ -14,8 +12,8 @@ pkgbase = pyinstaller optdepends = upx: executable compression support conflicts = pyinstaller-git options = !strip - source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.2.1/PyInstaller-3.2.1.tar.bz2 - sha256sums = f08ca806bc26e62034bca181a4b85de22568a3d39bdb062f05927c6e86c2a48c + source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.3.1/PyInstaller-3.3.1.tar.gz + sha256sums = 715f81f24b1ef0e5fe3b3c71e7540551838e46e9de30882aa7c0a521147fd1ce pkgname = pyinstaller @@ -1,8 +1,9 @@ -# Maintainer: Alessandro Pazzaglia <jackdroido at gmail dot com> +# Maintainer: Thomas Quillan <tjquillan@gmail.com> +# Contributor: Alessandro Pazzaglia <jackdroido at gmail dot com> pkgname=pyinstaller _pyname=PyInstaller -pkgver=3.2.1 +pkgver=3.3.1 pkgrel=1 pkgdesc="An application to convert python scripts into stand-alone binaries" arch=('i686' 'x86_64') @@ -16,11 +17,9 @@ optdepends=( 'upx: executable compression support' ) source=( - "https://github.com/pyinstaller/pyinstaller/releases/download/v${pkgver}/${_pyname}-${pkgver}.tar.bz2" -) -sha256sums=( - 'f08ca806bc26e62034bca181a4b85de22568a3d39bdb062f05927c6e86c2a48c' + "https://github.com/pyinstaller/pyinstaller/releases/download/v${pkgver}/${_pyname}-${pkgver}.tar.gz" ) +sha256sums=('715f81f24b1ef0e5fe3b3c71e7540551838e46e9de30882aa7c0a521147fd1ce') options=('!strip') package() { |