summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous Coward2020-05-10 22:17:54 +0200
committerAnonymous Coward2020-05-10 22:17:54 +0200
commitdd77b5f91acac9a3cd9ce7bca01407200c2f7572 (patch)
treeb1954b26e406935f61a0339ae120e412c3be3ea8
parent17dc0089eccc4938d17281c651d8de27ea4a7ff1 (diff)
downloadaur-pyinstaller2.tar.gz
Added missing dis3 dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04aa3b8e6b4f..7688f684dece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = pyinstaller2
pkgdesc = An application to convert python scripts into stand-alone binaries
pkgver = 3.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.pyinstaller.org
arch = any
license = GPL
depends = python2-setuptools
depends = python2-altgraph
+ depends = python2-dis3
optdepends = upx: executable compression support
options = !strip
source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.6/PyInstaller-3.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 590844bcc91e..21c30e0a1cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=pyinstaller2
_pyname=PyInstaller
pkgver=3.6
-pkgrel=1
+pkgrel=2
pkgdesc="An application to convert python scripts into stand-alone binaries"
arch=('any')
url="http://www.pyinstaller.org"
license=('GPL')
-depends=('python2-setuptools' 'python2-altgraph')
+depends=('python2-setuptools' 'python2-altgraph' 'python2-dis3')
optdepends=(
'upx: executable compression support'
)