summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2020-03-27 15:22:57 -0400
committerGI_Jack2020-03-27 15:22:57 -0400
commit1b698709fc0f4efeba2ea3d7c3e9b84a1bc9d65a (patch)
tree72af938931e9265274124dec2de6b3a6e0fb4a50
parent0173442fb996fe2a59c4490def4e390875f60601 (diff)
downloadaur-1b698709fc0f4efeba2ea3d7c3e9b84a1bc9d65a.tar.gz
changed python3 dep to python
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b351bf1b6419..87a560f85da3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = polenum
pkgdesc = A python script to extract the password policy information from a windows machine.
pkgver = 1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Wh1t3Fox/polenum
arch = any
license = GPLv3
depends = impacket
- depends = python3
+ depends = python
source = https://github.com/Wh1t3Fox/polenum/archive/1.6.tar.gz
sha512sums = d20263c065524bee376d7aa41f9210ecdc6aa0e34961164dfe41cfce9638d08abc669db553d58cb8391716b7ddc0ff8796383252bbdbb1449f50328222d12078
diff --git a/PKGBUILD b/PKGBUILD
index beffaffc4f3e..56b6fc2c19c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=polenum
pkgver=1.6
-pkgrel=1
+pkgrel=2
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' 'python3')
+depends=('impacket' 'python')
source=("https://github.com/Wh1t3Fox/polenum/archive/${pkgver}.tar.gz")
sha512sums=('d20263c065524bee376d7aa41f9210ecdc6aa0e34961164dfe41cfce9638d08abc669db553d58cb8391716b7ddc0ff8796383252bbdbb1449f50328222d12078')