summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cceb16ae8c8..2f53cfacfcb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = subdomainizer
pkgdesc = A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nsonaniya2010/SubDomainizer
arch = any
license = MIT
depends = python-termcolor
- depends = python-argparse
depends = python-beautifulsoup4
depends = python-requests
depends = python-htmlmin
depends = python-tldextract
depends = python-colorama
depends = python-cffi
- source = https://github.com/nsonaniya2010/SubDomainizer/archive/refs/tags/v2.0.tar.gz
+ source = subdomainizer-2.0.tar.gz::https://github.com/nsonaniya2010/SubDomainizer/archive/refs/tags/v2.0.tar.gz
sha256sums = 4c0b4745d54b6797eeb5f79851bd34334187763d71459a27736904753db75d0c
pkgname = subdomainizer
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() {