summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Beer2017-02-14 23:07:31 +0100
committerArne Beer2017-02-14 23:07:31 +0100
commitc0c11b437a2ebedd7052d2dd3042e01948035178 (patch)
tree1d677ec8613e31ce058f7b50f7f2679b3b576e39
parentbd05b1eadbe8ce2accc8220e577e0494c3946d13 (diff)
downloadaur-c0c11b437a2ebedd7052d2dd3042e01948035178.tar.gz
Fix make depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab3b2ba4362..7017b0d9325c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Oct 17 19:09:27 UTC 2016
+# Tue Feb 14 22:07:19 UTC 2017
pkgbase = python-terminaltables-git
pkgdesc = Generate simple tables in terminals from a nested list of strings.
pkgver = r131.ae22aaa
@@ -7,7 +7,8 @@ pkgbase = python-terminaltables-git
url = https://github.com/Robpol86/terminaltables
arch = any
license = MIT
- makedepends = git python-setuptools
+ makedepends = git
+ makedepends = python-setuptools
provides = python-terminaltables
source = git+https://github.com/Robpol86/terminaltables.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7e2a71f0726e..8f7a5de562df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
arch=('any')
pkgdesc='Generate simple tables in terminals from a nested list of strings.'
license=('MIT')
-makedepends=('git python-setuptools')
+makedepends=('git' 'python-setuptools')
provides=('python-terminaltables')
url='https://github.com/Robpol86/terminaltables'
source=("git+https://github.com/Robpol86/terminaltables.git")