summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')