Skip to content

Commit

Permalink
to-release: released packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 21, 2024
1 parent 96f2de2 commit 3cd1182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lists/to-release
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
dnsgen
6 changes: 3 additions & 3 deletions packages/dnsgen/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ pkgver=v1.0.4.r10.gbaadcce
pkgrel=1
pkgdesc='Generate combination of domain names from the provided input.'
arch=('any')
groups=('blackarch' 'blackarch-recon')
groups=('blackarch' 'blackarch-misc')
url='https://github.com/AlephNullSK/dnsgen'
license=('MIT')
depends=('python')
makedepends=('python-build' 'python-pip')
depends=('python' 'python-tldextract')
makedepends=('git' 'python-build' 'python-pip')
source=("git+https://github.com/AlephNullSK/$pkgname.git")
sha512sums=('SKIP')

Expand Down

0 comments on commit 3cd1182

Please sign in to comment.