summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a9d12bbc189..cc024d600027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = enum4linux-git
pkgdesc = A Linux alternative to enum.exe for enumerating data from Windows and Samba hosts
- pkgver = r25.1833f84
+ pkgver = r44.1de6e86
pkgrel = 1
url = https://labs.portcullis.co.uk/tools/enum4linux/
arch = x86_64
license = GPL
makedepends = git
+ makedepends = sed
depends = perl
depends = smbclient
depends = polenum
@@ -16,4 +17,3 @@ pkgbase = enum4linux-git
md5sums = SKIP
pkgname = enum4linux-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b869b91a37c1..db095e2f9751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jake <oshaugh143@gmail.com>
pkgname='enum4linux-git'
-pkgver='r25.1833f84'
+pkgver='r44.1de6e86'
pkgrel=1
pkgdesc="A Linux alternative to enum.exe for enumerating data from Windows and Samba hosts"
arch=('x86_64')
url="https://labs.portcullis.co.uk/tools/enum4linux/"
license=('GPL')
depends=('perl' 'smbclient' 'polenum' 'openldap')
-makedepends=('git')
+makedepends=('git' 'sed')
provides=('enum4linux')
conflicts=('enum4linux')
source=("$pkgname::git+https://github.com/CiscoCXSecurity/enum4linux.git")