summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Baumgartl2020-03-05 10:02:41 +0100
committerBernhard Baumgartl2020-03-05 10:02:41 +0100
commit87fbf6f65c2e9352f354bfc0137bb6972816586b (patch)
tree4214b2fa4617b2a6ac3bb3504cc18641275d6011 /PKGBUILD
parent221d3d5a88005c770a5c1e9391824fb212b0b48d (diff)
downloadaur-msktutil-git.tar.gz
upgpkg: msktutil-git 1.1.r11.gdb1624c-3
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
}
-