summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSashanoraa2021-12-29 23:10:39 -0500
committerSashanoraa2021-12-29 23:11:07 -0500
commit8e9fcd1eb021ec45d820dae3405f9ab36250223f (patch)
tree2fe04036e1f7a3c5c29887bed3a5e67c163d820f /PKGBUILD
parentf6152c02e522f532aa2bf91fa503c8be51796eda (diff)
downloadaur-8e9fcd1eb021ec45d820dae3405f9ab36250223f.tar.gz
Depends on python2
Signed-off-by: Sashanoraa <sasha@sashanoraa.gay>
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"
-
}