summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorase15902018-04-07 12:28:44 -0500
committerase15902018-04-07 12:28:44 -0500
commit35abc72796294e04a57638eeefa29c8531660302 (patch)
tree8c9552de1677b9a028a51d296a182b3f4698ba38
parent7c1daa47ab3291f6b772192fea69a4b0c4ac7349 (diff)
downloadaur-35abc72796294e04a57638eeefa29c8531660302.tar.gz
added dependency and optdepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e093de3d10c2..30644b588b93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = pyinstaller-git
pkgdesc = An application to convert python scripts into stand-alone binaries
- pkgver = r4623.cd5d9ac
- pkgrel = 1
+ pkgver = r6541.95606610
+ pkgrel = 2
url = http://www.pyinstaller.org
arch = i686
arch = x86_64
license = GPL2
makedepends = git
depends = python
+ depends = python-setuptools
+ optdepends = python-altgraph: performance testing
provides = pyinstaller
conflicts = pyinstaller
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index dd5420f3fe63..cf77a581581f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=pyinstaller-git
_pyname=pyinstaller
-pkgver=r4623.cd5d9ac
-pkgrel=1
+pkgver=r6541.95606610
+pkgrel=2
pkgdesc="An application to convert python scripts into stand-alone binaries"
arch=('i686' 'x86_64')
url="http://www.pyinstaller.org"
license=('GPL2')
-depends=('python')
+depends=('python' 'python-setuptools')
+optdepends=('python-altgraph: performance testing')
makedepends=('git')
provides=('pyinstaller')
conflicts=('pyinstaller')