Date: Thursday, October 20, 2022 @ 09:23:31
Author: dvzrv
Revision: 458440
Remove unneeded quotes
Modified:
pambase/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-20 09:22:52 UTC (rev 458439)
+++ PKGBUILD 2022-10-20 09:23:31 UTC (rev 458440)
@@ -4,24 +4,24 @@
pkgver=20211210
pkgrel=1
pkgdesc="Base PAM configuration for services"
-arch=('any')
+arch=(any)
url="https://www.archlinux.org"
-license=('GPL')
+license=(GPL)
backup=(
- 'etc/pam.d/system-auth'
- 'etc/pam.d/system-local-login'
- 'etc/pam.d/system-login'
- 'etc/pam.d/system-remote-login'
- 'etc/pam.d/system-services'
- 'etc/pam.d/other'
+ etc/pam.d/system-auth
+ etc/pam.d/system-local-login
+ etc/pam.d/system-login
+ etc/pam.d/system-remote-login
+ etc/pam.d/system-services
+ etc/pam.d/other
)
source=(
- 'system-auth'
- 'system-local-login'
- 'system-login'
- 'system-remote-login'
- 'system-services'
- 'other'
+ system-auth
+ system-local-login
+ system-login
+ system-remote-login
+ system-services
+ other
)
sha512sums=('881f2d76cd5f621b46cc710e9f63269b801b6e03fd3cacf0b31bd1ec2b846c1e610891e2f7a52bfc67917336f411005927a9a6a01f6173143c4ef89a034dc604'
'83cc3d84ef5afded9afd4d347132901b9adcbd8b21be45b80d010370a2082e8388a713eb78d052944bc47b07fd7383edf18e2674d9d0545215cc45e14a2e14b1'