Date: Thursday, October 20, 2022 @ 09:22:52
  Author: dvzrv
Revision: 458439

Sort PKGBUILD entries in accordance with /usr/share/pacman/PKGBUILD.proto.

Modified:
  pambase/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-20 09:21:15 UTC (rev 458438)
+++ PKGBUILD    2022-10-20 09:22:52 UTC (rev 458439)
@@ -7,6 +7,14 @@
 arch=('any')
 url="https://www.archlinux.org";
 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'
+)
 source=(
   'system-auth'
   'system-local-login'
@@ -15,14 +23,6 @@
   'system-services'
   'other'
 )
-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'
-)
 
sha512sums=('881f2d76cd5f621b46cc710e9f63269b801b6e03fd3cacf0b31bd1ec2b846c1e610891e2f7a52bfc67917336f411005927a9a6a01f6173143c4ef89a034dc604'
             
'83cc3d84ef5afded9afd4d347132901b9adcbd8b21be45b80d010370a2082e8388a713eb78d052944bc47b07fd7383edf18e2674d9d0545215cc45e14a2e14b1'
             
'39fc1b3e9d16c5049453d9756ae2088e4a927e42c5dad35a1d07b372c7801bb67606e69eb1dbf19c85843277f207812aca3da0addab09032a4de9ef933e7b0c5'

Reply via email to