summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76b5b854e827..beffaffc4f3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Original: ArchStrike <team@archstrike.org>
pkgname=polenum
-pkgver=1.4
+pkgver=1.6
pkgrel=1
pkgdesc="A python script to extract the password policy information from a windows machine."
arch=('any')
url="https://github.com/Wh1t3Fox/polenum"
license=('GPLv3')
-depends=('impacket' 'python2')
+depends=('impacket' 'python3')
source=("https://github.com/Wh1t3Fox/polenum/archive/${pkgver}.tar.gz")
-sha512sums=('ff6be3d51e0e3f5c166a1e9e044a25420b932fbe8fdf6bfccc90a3a342a76a62981613fe2f85ed3316187e254bd72cda855c03c44cf9a7b6361fe1554d62a4b9')
+sha512sums=('d20263c065524bee376d7aa41f9210ecdc6aa0e34961164dfe41cfce9638d08abc669db553d58cb8391716b7ddc0ff8796383252bbdbb1449f50328222d12078')
package() {
cd "$srcdir/polenum-${pkgver}"