summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorase15902018-11-26 08:55:25 -0600
committerase15902018-11-26 08:55:25 -0600
commit61ddab5b95e64907522c6d3d610c14fc99c50e90 (patch)
treee6371f7d97d73396f834eaec0cc17dbf12104276
parente181e871d35435052a400c712d1555a6b6294602 (diff)
downloadaur-61ddab5b95e64907522c6d3d610c14fc99c50e90.tar.gz
updated to include the new hard dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 606345c9dbb6..7892a4eea8f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyinstaller-git
pkgdesc = An application to convert python scripts into stand-alone binaries
- pkgver = r6563.1033a877
+ pkgver = r6822.e29c0472
pkgrel = 1
url = http://www.pyinstaller.org
arch = i686
@@ -9,7 +9,9 @@ pkgbase = pyinstaller-git
makedepends = git
makedepends = python-setuptools
depends = python
- optdepends = python-altgraph: performance testing
+ depends = python-altgraph
+ depends = python-pefile
+ depends = python-macholib
provides = pyinstaller
conflicts = pyinstaller
source = git+https://github.com/pyinstaller/pyinstaller.git
diff --git a/PKGBUILD b/PKGBUILD
index 1d2883a0dbff..40dbac980d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
pkgname=pyinstaller-git
_pyname=pyinstaller
-pkgver=r6563.1033a877
+pkgver=r6822.e29c0472
pkgrel=1
pkgdesc="An application to convert python scripts into stand-alone binaries"
arch=('i686' 'x86_64')
url="http://www.pyinstaller.org"
license=('GPL2')
-depends=('python')
-optdepends=('python-altgraph: performance testing')
+depends=('python' 'python-altgraph' 'python-pefile' 'python-macholib')
makedepends=('git' 'python-setuptools')
provides=('pyinstaller')
conflicts=('pyinstaller')