summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpozar2015-09-30 08:27:12 +0200
committerpozar2015-09-30 08:27:12 +0200
commit5f4fedeccc43ba9aa6e5623c9c860434262a8dfd (patch)
treeab6070491e769234efcd99501cd2954fef96c2ca
parent723f012a582283437649be860eea3b189a8782e6 (diff)
downloadaur-5f4fedeccc43ba9aa6e5623c9c860434262a8dfd.tar.gz
Added missing dependency for python-setuptools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e4b2c5918c..df422bb981be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = pyarchey
pkgdesc = A simple python scrip to display an OS logo in ASCII art along with basic system information.
pkgver = 0.6.6
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/pyarchey/
arch = any
license = GPL
depends = python
depends = python-psutil
+ depends = python-setuptools
source = https://pypi.python.org/packages/source/p/pyarchey/pyarchey-0.6.6.tar.gz
source = arch.patch
md5sums = 218d9b49bcfa68a38b0797a2c773c713
diff --git a/PKGBUILD b/PKGBUILD
index 831fad75864f..afe35389aa66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=pyarchey
pkgdesc="A simple python scrip to display an OS logo in ASCII art along with basic system information."
pkgver=0.6.6
-pkgrel=1
+pkgrel=2
arch=('i686','x86_64')
url="https://pypi.python.org/pypi/pyarchey/"
license=('GPL')
arch=('any')
depends=('python'
- 'python-psutil')
+ 'python-psutil'
+ 'python-setuptools')
source=("https://pypi.python.org/packages/source/p/pyarchey/pyarchey-${pkgver}.tar.gz"
'arch.patch')
md5sums=('218d9b49bcfa68a38b0797a2c773c713'