summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Dillon2019-12-25 07:36:41 +0000
committerJoe Dillon2019-12-25 07:36:41 +0000
commited9b7215dafad7955d66c25e7de186601e27fd36 (patch)
tree3e0021869477eb94c88cf2e39c4706daa60bf97f
parent51380177e2dda1d4ad50e3bd378c082f851ba0ac (diff)
downloadaur-ed9b7215dafad7955d66c25e7de186601e27fd36.tar.gz
Fixed dependencies problem.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a35513229eb2..48ee943e1544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = taps
pkgdesc = True Arch package security - audit your system and query packages
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Vimru/taps
arch = any
license = GPL3
+ depends = python
+ depends = python-colorful
depends = python-setuptools
source = https://files.pythonhosted.org/packages/source/t/taps/taps-1.0.0.tar.gz
sha256sums = 056e4e95b885769c7328694d8fe42fc82b5f7f7c73dfc8b564c7a4b7ccafe8e5
diff --git a/PKGBUILD b/PKGBUILD
index bc7ba27447e9..a7c07deef30c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Joe Dillon <josephd31415 at gmail dot com>
pkgname=taps
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="True Arch package security - audit your system and query packages"
arch=("any")
url="https://github.com/Vimru/taps"
license=("GPL3")
-depends=("python-setuptools")
+depends=("python" "python-colorful" "python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('056e4e95b885769c7328694d8fe42fc82b5f7f7c73dfc8b564c7a4b7ccafe8e5')