summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2020-02-16 16:16:10 -0500
committerGI_Jack2020-02-16 16:16:10 -0500
commit0173442fb996fe2a59c4490def4e390875f60601 (patch)
treee38fb9c9ce15c766065f08475b928a00d153aff8
parent0c836c87e9052dcba0c25975dbcc227c9f31e3fb (diff)
downloadaur-0173442fb996fe2a59c4490def4e390875f60601.tar.gz
updated version 1.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce059a9ce924..b351bf1b6419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Jun 23 17:59:27 UTC 2018
pkgbase = polenum
pkgdesc = A python script to extract the password policy information from a windows machine.
- pkgver = 1.4
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/Wh1t3Fox/polenum
arch = any
license = GPLv3
depends = impacket
- depends = python2
- source = https://github.com/Wh1t3Fox/polenum/archive/1.4.tar.gz
- sha512sums = ff6be3d51e0e3f5c166a1e9e044a25420b932fbe8fdf6bfccc90a3a342a76a62981613fe2f85ed3316187e254bd72cda855c03c44cf9a7b6361fe1554d62a4b9
+ depends = python3
+ source = https://github.com/Wh1t3Fox/polenum/archive/1.6.tar.gz
+ sha512sums = d20263c065524bee376d7aa41f9210ecdc6aa0e34961164dfe41cfce9638d08abc669db553d58cb8391716b7ddc0ff8796383252bbdbb1449f50328222d12078
pkgname = polenum
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}"