[arch-commits] Commit in opendoas/trunk (PKGBUILD)

Ivy Foster escondida at archlinux.org
Wed Feb 3 19:25:06 UTC 2021


    Date: Wednesday, February 3, 2021 @ 19:25:06
  Author: escondida
Revision: 843522

provide and replace 'doas'

Modified:
  opendoas/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-03 19:16:45 UTC (rev 843521)
+++ PKGBUILD	2021-02-03 19:25:06 UTC (rev 843522)
@@ -3,18 +3,24 @@
 # Contributor: Earnest
 pkgname=opendoas
 pkgver=6.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Run commands as super user or another user'
-arch=(x86_64)
 url='https://github.com/Duncaen/OpenDoas'
 license=(custom:ISC)
+arch=(x86_64)
+
 depends=(pam)
-install=opendoas.install
+provides=(doas)
+replaces=(doas)
+
 source=(
 	"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"
 )
+install=opendoas.install
+
 backup=(etc/pam.d/doas)
+
 # checksums provided by packager. Take with a grain of salt!
 sha256sums=(
 	fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c



More information about the arch-commits mailing list