Date: Thursday, September 22, 2022 @ 18:55:16 Author: arojas Revision: 456642
upgpkg: kdesu 5.98.0-3: Actually drop setgid Modified: kdesu/trunk/PKGBUILD ----------+ PKGBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-22 18:41:15 UTC (rev 456641) +++ PKGBUILD 2022-09-22 18:55:16 UTC (rev 456642) @@ -4,7 +4,7 @@ pkgname=kdesu pkgver=5.98.0 -pkgrel=2 +pkgrel=3 pkgdesc='Integration with su for elevated privileges' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -38,8 +38,4 @@ package() { DESTDIR="$pkgdir" cmake --install build - -# See FS#44277 - chown :nobody "$pkgdir"/usr/lib/kf5/kdesud - chmod g+s "$pkgdir"/usr/lib/kf5/kdesud }
