summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Pazzaglia2017-01-23 18:25:24 +0100
committerAlessandro Pazzaglia2017-01-23 18:25:24 +0100
commit1c82990d02400aa9d87f98e628427fd5b1c12e3a (patch)
tree5ebfbfaf42a6c388bd3bf2d54a8272af297d39d4
parent61d73fac84f1e020ba20f3eea04832dd29f9efd9 (diff)
downloadaur-1c82990d02400aa9d87f98e628427fd5b1c12e3a.tar.gz
Updated to 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ae0c281e6c..81a8b2431a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyinstaller2
pkgdesc = An application to convert python scripts into stand-alone binaries
- pkgver = 3.2
+ pkgver = 3.2.1
pkgrel = 1
url = http://www.pyinstaller.org
arch = i686
@@ -11,8 +11,8 @@ pkgbase = pyinstaller2
optdepends = python2-crypto: executable encryption support
optdepends = upx: executable compression support
options = !strip
- source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.2/PyInstaller-3.2.tar.gz
- sha256sums = 7598d4c9f5712ba78beb46a857a493b1b93a584ca59944b8e7b6be00bb89cabc
+ source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.2.1/PyInstaller-3.2.1.tar.bz2
+ sha256sums = f08ca806bc26e62034bca181a4b85de22568a3d39bdb062f05927c6e86c2a48c
pkgname = pyinstaller2
diff --git a/PKGBUILD b/PKGBUILD
index 87c63a2de4eb..c584bbac1be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pyinstaller2
_pyname=PyInstaller
-pkgver=3.2
+pkgver=3.2.1
pkgrel=1
pkgdesc="An application to convert python scripts into stand-alone binaries"
arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@ optdepends=(
'upx: executable compression support'
)
source=(
- "https://github.com/pyinstaller/pyinstaller/releases/download/v${pkgver}/${_pyname}-${pkgver}.tar.gz"
+ "https://github.com/pyinstaller/pyinstaller/releases/download/v${pkgver}/${_pyname}-${pkgver}.tar.bz2"
)
sha256sums=(
- '7598d4c9f5712ba78beb46a857a493b1b93a584ca59944b8e7b6be00bb89cabc'
+ 'f08ca806bc26e62034bca181a4b85de22568a3d39bdb062f05927c6e86c2a48c'
)
options=('!strip')