diff options
| author | Brian Bidulock <bidulock@openss7.org> | 2022-01-19 12:23:22 -0700 |
|---|---|---|
| committer | Brian Bidulock <bidulock@openss7.org> | 2022-01-19 12:23:22 -0700 |
| commit | 4cac5ebfcda3bd51fef273874011b592be05bd9a (patch) | |
| tree | 05d1cb6f688561a6fe0143b971ffbb1363284b9a /PKGBUILD | |
| parent | e6dc9e8e0d3743c5dff8887218fb7a7a23ee15c3 (diff) | |
| download | polkit-git-4cac5ebfcda3bd51fef273874011b592be05bd9a.tar.gz polkit-git-4cac5ebfcda3bd51fef273874011b592be05bd9a.tar.bz2 | |
adjust build
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -3,7 +3,8 @@ # Contributor: Aline Freitas <aline@alinefreitas.com.br> pkgname=polkit-git -pkgver=0.118.r12.g2c8287f +_pkgname=polkit +pkgver=0.120.r0.g92b910c pkgrel=1 epoch=1 pkgdesc="Application development toolkit for controlling system-wide privileges" @@ -12,10 +13,10 @@ license=(LGPL) url="https://www.freedesktop.org/wiki/Software/polkit/" depends=(glib2 pam expat systemd js78) makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive python-six) -provides=('polkit') -conflicts=('polkit') -options=('!emptydirs') -#source=($pkgname::git+http://anongit.freedesktop.org/git/polkit.git) +checkdepends=(python-dbusmock) +backup=(etc/pam.d/polkit-1) +provides=("${_pkgname}=${pkgver%%.r*}-${pkgrel}") +conflicts=("${_pkgname}") source=($pkgname::git+https://gitlab.freedesktop.org/polkit/polkit.git) sha256sums=('SKIP') |
