summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpusi772023-05-12 16:28:34 +0200
committerpusi772023-05-12 16:28:34 +0200
commit1ed692028115c4c1fcc92b44d3a7f51d48392d51 (patch)
tree35aaa5e24157eef0aec94d0aaf12fee35ad3016e /PKGBUILD
parent35fd88f7153cd457690d7b0d5740b730c02543da (diff)
downloadaur-subdomainizer.tar.gz
removed python-argparse (thanks dreieck)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b7f5eaac309..0c1b0b94be9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=subdomainizer
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github."
arch=(any)
url="https://github.com/nsonaniya2010/SubDomainizer"
license=(MIT)
-depends=(python-termcolor python-argparse python-beautifulsoup4 python-requests python-htmlmin python-tldextract python-colorama python-cffi)
-source=(https://github.com/nsonaniya2010/SubDomainizer/archive/refs/tags/v${pkgver}.tar.gz)
+depends=(python-termcolor python-beautifulsoup4 python-requests python-htmlmin python-tldextract python-colorama python-cffi)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nsonaniya2010/SubDomainizer/archive/refs/tags/v${pkgver}.tar.gz)
sha256sums=('4c0b4745d54b6797eeb5f79851bd34334187763d71459a27736904753db75d0c')
build() {