Date: Thursday, February 9, 2023 @ 05:57:26 Author: foutrelis Revision: 468412
upgpkg: sudo 1.9.12.p2-2: remove from base-devel group https://archlinux.org/todo/remove-base-devel-and-multilib-devel-group-declaration/ Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-09 04:40:00 UTC (rev 468411) +++ PKGBUILD 2023-02-09 05:57:26 UTC (rev 468412) @@ -4,13 +4,12 @@ pkgname=sudo _sudover=1.9.12p2 -pkgrel=1 +pkgrel=2 pkgver=${_sudover/p/.p} pkgdesc="Give certain users the ability to run some commands as root" arch=('x86_64') url="https://www.sudo.ws/sudo/" license=('custom') -groups=('base-devel') depends=('glibc' 'openssl' 'pam' 'libldap' 'zlib') backup=('etc/pam.d/sudo' 'etc/sudo.conf'
