summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2015-10-19 01:00:09 +0200
committerMaxim Andersson2015-10-19 01:00:09 +0200
commitc48f2339c532a92f95d548c44365f16cf62c2679 (patch)
tree10cadedf4ae011f6962296cb78f094a0e5fc37d0
parent912f49a104dbac1d305fc3d8415db01ccfd45a2a (diff)
downloadaur-c48f2339c532a92f95d548c44365f16cf62c2679.tar.gz
Add python-lxml to the depends array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d9db24243d0..85de558f9cf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aur-comment-fetcher-git
pkgdesc = A simple script fetching the comments of packages in AUR
- pkgver = r13.431dce3
+ pkgver = r20.c3f0e12
pkgrel = 1
url = https://github.com/mortbauer/aur-comment-fetcher
arch = any
@@ -9,6 +9,7 @@ pkgbase = aur-comment-fetcher-git
depends = python-click
depends = python-requests
depends = python-beautifulsoup4
+ depends = python-lxml
depends = python3-aur
provides = aur-comment-fetcher
conflicts = aur-comment-fetcher
diff --git a/PKGBUILD b/PKGBUILD
index a138a4243428..62b0dd11a2c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=aur-comment-fetcher-git
_gitname=aur-comment-fetcher
-pkgver=r13.431dce3
+pkgver=r20.c3f0e12
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-click' 'python-requests' 'python-beautifulsoup4' 'python3-aur')
+depends=('python-click' 'python-requests' 'python-beautifulsoup4' 'python-lxml' 'python3-aur')
makedepends=('git')
provides=('aur-comment-fetcher')
conflicts=('aur-comment-fetcher')