sudo 1.9.16-1

This commit is contained in:
xhaa123 2024-10-17 22:21:23 +08:00
parent e7e07d6508
commit 4fc1afbe5c

View File

@ -1,7 +1,7 @@
# Maintainer: Future Linux Team <futurelinux@163.com>
pkgname=sudo
pkgver=1.9.15p5
pkgver=1.9.16
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root"
arch=('x86_64')
@ -15,7 +15,7 @@ backup=(etc/sudoers.d/00-sudo
etc/sudo_logsrvd.conf
etc/sudoers)
source=(https://www.sudo.ws/dist/${pkgname}-${pkgver}.tar.gz)
sha256sums=(558d10b9a1991fb3b9fa7fa7b07ec4405b7aefb5b3cb0b0871dbc81e3a88e558)
sha256sums=(c0d84d797f06b732fc573d0b798ae83128c2bc33052057f05b560ec6bcbfa03d)
build() {
cd ${pkgname}-${pkgver}
@ -24,7 +24,6 @@ build() {
--libexecdir=/usr/lib64 \
--with-secure-path \
--with-env-editor \
--docdir=/usr/share/doc/${pkgname}-${pkgver} \
--with-passprompt="[sudo] password for %p: "
make