summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoprobelm2024-03-10 13:22:04 -0400
committernoprobelm2024-03-10 13:22:04 -0400
commit1a2337154bfdb1f6aafdd2da571ad11f639b50f8 (patch)
tree8b76633cf363ad8266268d4315a9688b86235440
parent1bb9a4c23e6110f90eceb32473c9abb61abbe0e5 (diff)
downloadaur-python-terminaltables-git.tar.gz
Removed unecessary dependency python-setuptools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9751def0065e..59c130edbf97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-terminaltables-git
pkgdesc = Generate simple tables in terminals from a nested list of strings.
pkgver = v3.1.9.r3.g8020b8c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/matthewdeanmartin/terminaltables
arch = any
license = MIT
makedepends = git
- makedepends = python-setuptools
provides = python-terminaltables
conflicts = python-terminaltables
source = git+https://github.com/matthewdeanmartin/terminaltables.git
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'