summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5202bb66e05a..b4f1ef089800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Command-line client for virustotal.com'
arch=('any')
url="https://github.com/shibumi/virustotal"
license=('BSD')
-depends=('python')
+depends=('python2')
source=("${pkgname}-${pkgver}.tar,gz::https://github.com/shibumi/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('90ab565c537765bb6463591bd3635c91f3fceca4fd6450883250551275f818132287e08e6d05617a838da7f6fa353cf09ae9f4e593d4a1f77a45f265ff92cf9c')
backup=('etc/virustotal.conf')
@@ -15,5 +15,4 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
install -D -m755 vt.py "${pkgdir}/usr/bin/virustotal"
install -D -m644 virustotal.conf "${pkgdir}/etc/virustotal.conf"
-
}