summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a82a9ed3901..fba79923def5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=msktutil-git
pkgver=1.1.r11.gdb1624c
-pkgrel=2
+pkgrel=3
pkgdesc='Msktutil creates user or computer accounts in Active Directory, creates Kerberos keytabs on Unix/Linux systems, adds and removes principals to and from keytabs and changes the user or computer account´s password.'
arch=('x86_64')
url="https://github.com/msktutil/${pkgname%-git}"
license=('GPL2')
-depends=('krb5' 'cyrus-sasl-gssapi')
-makedepends=('git' 'autoconf')
+depends=('cyrus-sasl-gssapi')
+makedepends=('git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+$url.git")
@@ -22,7 +22,6 @@ pkgver() {
prepare() {
cd "${pkgname%-git}"
sed -i '/^sbindir/ s/$(prefix)\/sbin/@sbindir@/' Makefile.in
- #sed -i '/^install/{n;N;d;}' Makefile.in
}
build() {
@@ -36,4 +35,3 @@ package() {
cd "${pkgname%-git}"
make DESTDIR="$pkgdir/" install
}
-