Date: Tuesday, February 4, 2020 @ 20:00:43 Author: escondida Revision: 562428
6.6.1-2: add pam config to backup array Modified: opendoas/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-04 20:00:19 UTC (rev 562427) +++ PKGBUILD 2020-02-04 20:00:43 UTC (rev 562428) @@ -3,7 +3,7 @@ # Contributor: Earnest pkgname=opendoas pkgver=6.6.1 -pkgrel=1 +pkgrel=2 pkgdesc='Run commands as super user or another user' arch=(x86_64) url='https://github.com/Duncaen/OpenDoas' @@ -14,6 +14,7 @@ "https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz" "https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig" ) +backup=(etc/pam.d/doas) # checksums provided by packager. Take with a grain of salt! sha256sums=( 2eb84fd05e377ec1bb924429a143c71ec03c6b9b77b384eabe951836c13955a2
