summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax G2021-06-23 14:24:55 +0300
committerMax G2021-06-23 14:24:55 +0300
commite06786ef8c92c6be0a0164e3302e239557baddd4 (patch)
treeeec0e5e408091e39d6b2e3ad721334367767a0f5
parentdb0f4c4b883250957466bcf787fdeb47ac0bd180 (diff)
downloadaur-e06786ef8c92c6be0a0164e3302e239557baddd4.tar.gz
Updated to v0.8.6-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39693ff1157d..e63add8d8ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = python-stargen
pkgdesc = Framework for wordlist generation, combination and expansion
pkgver = 0.8.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/codeswhite/stargen
arch = any
license = MIT
makedepends = python-setuptools
depends = python
+ depends = python-interutils
optdepends = crunch: Generating wordlists programmatically
source = https://files.pythonhosted.org/packages/source/s/stargen/stargen-0.8.6.tar.gz
sha256sums = aaaad1fa3a9a498f7988709add7dc8d488fa25063ea26dbf55dae49028a455e5
pkgname = python-stargen
depends = python
+ depends = python-interutils
diff --git a/PKGBUILD b/PKGBUILD
index d72d57901309..559a18435fa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@ pkgbase='python-stargen'
pkgname=('python-stargen')
_module='stargen'
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
pkgdesc="Framework for wordlist generation, combination and expansion"
url="https://github.com/codeswhite/stargen"
-depends=('python')
+depends=('python' 'python-interutils')
makedepends=('python-setuptools')
optdepends=('crunch: Generating wordlists programmatically')
license=('MIT')