diff --git a/community/physlock/APKBUILD b/community/physlock/APKBUILD index bda1dd5d8efd867e76d64a90794869066e032c33..bc6e491caf0cd877abd1ffc19c77720fcc1e231b 100644 --- a/community/physlock/APKBUILD +++ b/community/physlock/APKBUILD @@ -3,7 +3,7 @@ pkgname=physlock pkgver=13_git20200116 _gitrev=4fbacee834abef613d7f4bd37d52a9f5fe269c82 -pkgrel=2 +pkgrel=3 pkgdesc="Lightweight linux console locking tool" url="https://github.com/muennich/physlock" arch="all" @@ -49,5 +49,5 @@ elogind() { sha512sums=" 9d18a05f86c58100c050d086215709e7d4d9aeecd15c8e5af404d11950cde664a7bc8c19a746057bc7f8f40a74db4cb66e58a2084666f2cc720b0db488b9817a physlock-4fbacee834abef613d7f4bd37d52a9f5fe269c82.tar.gz -c36a78c06f6557e83677eafadbc4c805df3ebde22a15050646076f592b4eb3523893416ea8570cb22c9d2c7638fc11d6a71d567517ceff266942b4502409e77d physlock.pam +30e4673a507f859114f99a2ad6b6ce7c719c7deb6d8028d5c9f57bfafc1e611fadb3296f172f448b9936129fcc282f1edba2304ebcbf8b8b78c5190ba16225c3 physlock.pam " diff --git a/community/physlock/physlock.pam b/community/physlock/physlock.pam index 934165d1fb21c93f49d6e66a30b25a220a3cdc62..b6ff15dd1cf29c2010902b8ee9135713e93aee00 100644 --- a/community/physlock/physlock.pam +++ b/community/physlock/physlock.pam @@ -1,5 +1,5 @@ #%PAM-1.0 -auth include system-local-login -account include system-local-login -password include system-local-login -session include system-local-login +auth include base-auth +account include base-account +password include base-password +session include base-session-noninteractive