summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriboyperson2018-05-09 21:00:37 -0700
committeriboyperson2018-05-09 21:00:37 -0700
commit93a2154fbc7003b31f07ba7c51966d5350e665cc (patch)
tree21de37846e343b69a22b372f84cfa2efc9f8fe3b
parent7c7fcc2c6d193d181676d87191151e573b247ef0 (diff)
downloadaur-93a2154fbc7003b31f07ba7c51966d5350e665cc.tar.gz
Update to: 3.3.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a0a8617fae2..93968b347823 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index dd38a177f540..64b4d069a5ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {