summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Pazzaglia2016-03-30 21:56:27 +0200
committerAlessandro Pazzaglia2016-03-30 21:56:27 +0200
commit4c4f371c178788715e2657cb0b2ab5179824035d (patch)
tree7cb1c00b114195cb55d4f8cbbf12d3b3ec81c6b2
parentd2c36d559b5c4a02494bb4cb14d4d102856373de (diff)
downloadaur-4c4f371c178788715e2657cb0b2ab5179824035d.tar.gz
Updated to 3.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8071fb64150e..d27440a78648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Mar 30 19:53:05 UTC 2016
pkgbase = pyinstaller2
pkgdesc = An application to convert python scripts into stand-alone binaries
- pkgver = 3.1
+ pkgver = 3.1.1
pkgrel = 1
url = http://www.pyinstaller.org
arch = i686
@@ -11,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/PyInstaller-3.1.tar.gz
- sha256sums = 5a28c3bb9d23ea644f9dc9e561e66471b83258d44063bcb108dfbbfe4af3c02b
+ source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.1.1/PyInstaller-3.1.1.tar.gz
+ sha256sums = b111d35d836237bf954e9b47dcb338da48a40210c318b2b0bc163dba8ca8e096
pkgname = pyinstaller2
diff --git a/PKGBUILD b/PKGBUILD
index 6b5e443cfdcd..87682c6d99b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pyinstaller2
_pyname=PyInstaller
-pkgver=3.1
+pkgver=3.1.1
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=(
- '5a28c3bb9d23ea644f9dc9e561e66471b83258d44063bcb108dfbbfe4af3c02b'
+ 'b111d35d836237bf954e9b47dcb338da48a40210c318b2b0bc163dba8ca8e096'
)
options=('!strip')