summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortheFerdi2652016-04-30 10:23:23 +0200
committertheFerdi2652016-04-30 10:24:54 +0200
commit7d1a37285891a8886bb037e191dde234944b6961 (patch)
treed87104616ece5835e93db9ba6caeb828cb3fc8db /PKGBUILD
parentcff188062750ae7b4aecb6af4c5b8c6cc1c85d95 (diff)
downloadaur-vlock-original-noroot.tar.gz
fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59d9bb546526..618a572047b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,5 @@
+# Maintainer: Ferdinand B <theferdi265@gmail.com>
+# forked from aur/vlock-original
# Maintainer: Hexchain Tong <i@hexchain.org>
# Maintainer: Chris Down <chris@chrisdown.name>
# Contributor: Thorsten Töpper <atsutane-tu@freethoughts.de>
@@ -5,7 +7,7 @@
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-pkgname=vlock-original
+pkgname=vlock-original-noroot
pkgver=2.2.3
pkgrel=3
pkgdesc="A small console locking program"
@@ -20,7 +22,7 @@ md5sums=('SKIP')
build() {
cd "$srcdir/vlock"
- ./configure --prefix=/usr --sbindir=/usr/bin
+ ./configure --prefix=/usr --sbindir=/usr/bin --disable-root-password
make
}