summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorekaj1132021-09-15 12:42:54 -0500
committerekaj1132021-09-15 12:42:54 -0500
commit9009412026a53a4694f97b270fef3cc556bfd481 (patch)
treec79826a5467c81ac0c7e7eb23a5e97ccd2c7ee4f /PKGBUILD
parent72606ed840488a4c4cc2cd5e1f82d4cccb49486a (diff)
downloadaur-enum4linux-git.tar.gz
Adding 'sed' dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")