summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornoprobelm2024-03-10 13:22:04 -0400
committernoprobelm2024-03-10 13:22:04 -0400
commit1a2337154bfdb1f6aafdd2da571ad11f639b50f8 (patch)
tree8b76633cf363ad8266268d4315a9688b86235440 /PKGBUILD
parent1bb9a4c23e6110f90eceb32473c9abb61abbe0e5 (diff)
downloadaur-1a2337154bfdb1f6aafdd2da571ad11f639b50f8.tar.gz
Removed unecessary dependency python-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 214effd35223..88a8ff4194c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_gitname=terminaltables
pkgname=python-terminaltables-git
pkgver=v3.1.9.r3.g8020b8c
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc='Generate simple tables in terminals from a nested list of strings.'
license=('MIT')
-makedepends=('git' 'python-setuptools')
+makedepends=('git')
provides=('python-terminaltables')
conflicts=('python-terminaltables')
url='https://github.com/matthewdeanmartin/terminaltables'