summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 731ba58b7536..a58ae08373b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = subfinder
pkgdesc = A subdomain discovery tool that discovers valid subdomains for websites
pkgver = 2.6.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/projectdiscovery/subfinder
+ arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
arch = aarch64
license = MIT
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 29df6d42e64c..11b678af40e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Hao Long <aur@esd.cc>
+# Co-Maintainer: Misaka13514 <Misaka13514 at gmail dot com>
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Aaron Blair <aaron@aaronpb.me>
pkgname=subfinder
pkgver=2.6.6
-pkgrel=1
+pkgrel=2
pkgdesc='A subdomain discovery tool that discovers valid subdomains for websites'
-arch=('x86_64' 'armv6h' 'aarch64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/projectdiscovery/subfinder'
license=('MIT')
depends=('glibc')