summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2015-08-21 10:54:27 +0200
committerMaxim Andersson2015-08-21 10:54:27 +0200
commit36aca1fb62d786e74cb10a4056f706e1d3d63f18 (patch)
tree848c9325dcab32ef16549a5a6731e953f8b91a1f
parente91eec889896055678ac1df6739e187b5cae132c (diff)
downloadaur-36aca1fb62d786e74cb10a4056f706e1d3d63f18.tar.gz
Change depends array
Added python-click and removed python-termcolor.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 698c0b8b29e9..4d9db24243d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = aur-comment-fetcher-git
pkgdesc = A simple script fetching the comments of packages in AUR
- pkgver = r6.14351b6
+ pkgver = r13.431dce3
pkgrel = 1
url = https://github.com/mortbauer/aur-comment-fetcher
arch = any
license = GPL
makedepends = git
- depends = python-termcolor
+ depends = python-click
depends = python-requests
depends = python-beautifulsoup4
depends = python3-aur
diff --git a/PKGBUILD b/PKGBUILD
index 65dc0ede588c..6bfe04aeb14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=aur-comment-fetcher-git
_gitname=aur-comment-fetcher
-pkgver=r6.14351b6
+pkgver=r13.431dce3
pkgrel=1
pkgdesc="A simple script fetching the comments of packages in AUR"
arch=('any')
url="https://github.com/mortbauer/aur-comment-fetcher"
license=('GPL')
-depends=('python-termcolor' 'python-requests' 'python-beautifulsoup4' 'python3-aur')
+depends=('python-click' 'python-requests' 'python-beautifulsoup4' 'python3-aur')
makedepends=('git')
provides=('aur-comment-fetcher')
conflicts=('aur-comment-fetcher')
source=('git://github.com/mortbauer/aur-comment-fetcher.git')
-sha256sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}"