summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGermainZ2018-10-20 20:40:12 +0200
committerGermainZ2018-10-20 20:40:12 +0200
commit15de277086e825eedc9b095d7388f6dbdd560e47 (patch)
tree38967ceb36a6a47f84bcff78ad8cbf39bfacd255 /PKGBUILD
parenteab47f1441aef5da78c1f05f4f3aabe7ef7d4a93 (diff)
downloadaur-talk-git.tar.gz
depend on python explicitely; use https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fe302b30057..6ba11b1e17d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Germain Z. <https://github.com/GermainZ>
pkgname=aur-talk-git
_gitname=aur-talk
-pkgver=r10.8fcf558
+pkgver=r11.ad39887
pkgrel=1
pkgdesc="A script to fetch and display AUR package comments"
arch=('any')
url="https://github.com/GermainZ/aur-talk"
license=('custom:ISC')
-depends=('python-lxml' 'python-html2text')
+depends=('python' 'python-lxml' 'python-html2text')
makedepends=('git')
provides=('aur-talk')
conflicts=('aur-talk')
-source=('git://github.com/GermainZ/aur-talk.git')
+source=('git+https://github.com/GermainZ/aur-talk')
sha256sums=('SKIP')
pkgver() {