summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Pazzaglia2016-01-18 20:55:16 +0100
committerAlessandro Pazzaglia2016-01-18 20:55:16 +0100
commitd2c36d559b5c4a02494bb4cb14d4d102856373de (patch)
tree06e3506bed4a9bf0a5086e1ea713a6dcddaf3d48
parentbf0f301dfb8efaf6ba127ba15e3595ae59266cbd (diff)
downloadaur-d2c36d559b5c4a02494bb4cb14d4d102856373de.tar.gz
updated to 3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b6030c2675e..8071fb64150e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyinstaller2
pkgdesc = An application to convert python scripts into stand-alone binaries
- pkgver = 3.0
+ pkgver = 3.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/3.0/PyInstaller-3.0.tar.gz
- sha256sums = 8f9f9836ffebe71f9d9ced24001f8b27c0492574ed12a7a97c2c8810fb3fa210
+ source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.1/PyInstaller-3.1.tar.gz
+ sha256sums = 5a28c3bb9d23ea644f9dc9e561e66471b83258d44063bcb108dfbbfe4af3c02b
pkgname = pyinstaller2
diff --git a/PKGBUILD b/PKGBUILD
index 97aec63e2ad4..6b5e443cfdcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pyinstaller2
_pyname=PyInstaller
-pkgver=3.0
+pkgver=3.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/${pkgver}/${_pyname}-${pkgver}.tar.gz"
+ "https://github.com/pyinstaller/pyinstaller/releases/download/v${pkgver}/${_pyname}-${pkgver}.tar.gz"
)
sha256sums=(
- '8f9f9836ffebe71f9d9ced24001f8b27c0492574ed12a7a97c2c8810fb3fa210'
+ '5a28c3bb9d23ea644f9dc9e561e66471b83258d44063bcb108dfbbfe4af3c02b'
)
options=('!strip')