summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Pazzaglia2016-07-26 18:28:36 +0200
committerAlessandro Pazzaglia2016-07-26 18:28:36 +0200
commit42f003ce91279b024e5da7b14527deb7c2de0a4e (patch)
tree883208d1766fde97fe3fdb30cd58891822aff0b0
parent4c4f371c178788715e2657cb0b2ab5179824035d (diff)
downloadaur-42f003ce91279b024e5da7b14527deb7c2de0a4e.tar.gz
Bump to 3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d27440a78648..4812879d42ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 19:53:05 UTC 2016
+# Tue Jul 26 16:27:58 UTC 2016
pkgbase = pyinstaller2
pkgdesc = An application to convert python scripts into stand-alone binaries
- pkgver = 3.1.1
+ pkgver = 3.2
pkgrel = 1
url = http://www.pyinstaller.org
arch = i686
@@ -13,8 +13,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.1.1/PyInstaller-3.1.1.tar.gz
- sha256sums = b111d35d836237bf954e9b47dcb338da48a40210c318b2b0bc163dba8ca8e096
+ source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.2/PyInstaller-3.2.tar.gz
+ sha256sums = 7598d4c9f5712ba78beb46a857a493b1b93a584ca59944b8e7b6be00bb89cabc
pkgname = pyinstaller2
diff --git a/PKGBUILD b/PKGBUILD
index 87682c6d99b5..87c63a2de4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pyinstaller2
_pyname=PyInstaller
-pkgver=3.1.1
+pkgver=3.2
pkgrel=1
pkgdesc="An application to convert python scripts into stand-alone binaries"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
"https://github.com/pyinstaller/pyinstaller/releases/download/v${pkgver}/${_pyname}-${pkgver}.tar.gz"
)
sha256sums=(
- 'b111d35d836237bf954e9b47dcb338da48a40210c318b2b0bc163dba8ca8e096'
+ '7598d4c9f5712ba78beb46a857a493b1b93a584ca59944b8e7b6be00bb89cabc'
)
options=('!strip')