summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinArcX2017-03-24 18:31:27 +0430
committerLinArcX2017-03-24 18:31:27 +0430
commitb70c80fe6762dd3f7fd4c9193a40386043a0efdf (patch)
tree0a0c446b125c1cd32e1c36a64f660e76216de60a
parent5cb66015bb79c8c58cad41444098a3a446cd2154 (diff)
downloadaur-b70c80fe6762dd3f7fd4c9193a40386043a0efdf.tar.gz
lastChance
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a03733018a3..2d7a92091483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Show Information About Tv Show's, Ratings And So Many Cool Fatures!"
arch=('any')
url="http://www.stack.blog.ir"
license=('GPL3')
-depends=('python' 'python2-prettytable' 'python-prettytable' 'python-pyfiglet' 'python2-requests-cache' 'python-tvdb_api-git')
+depends=('python' 'python2-prettytable' 'python-prettytable' 'python-pyfiglet' 'python-tvdb_api-git')
makedepends=('git' 'python-setuptools')
provides=("${pkgname}")
conflicts=("${pkgname}")
@@ -20,7 +20,7 @@ pkgver() {
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
)
- #'tvdb_api-git'
+ #'tvdb_api-git' 'python2-requests-cache'
}
package() {