summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-09-18 06:48:38 -0400
committerPatrick Northon2023-09-18 06:48:38 -0400
commitc3905a56112c4884ba801cd735cecdb436249cd0 (patch)
tree63e638649fcd20c73f0e4bcce6550050fb20e8ef /PKGBUILD
parent7b26de12987da0fb798cd5e3e62c9b913b86921d (diff)
downloadaur-oddjob-selinux.tar.gz
Remove unneeded python dependency and update url.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7b1c4503790..fb75134d04b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _pkg="oddjob"
provides=("${_pkg}")
conflicts=("${_pkg}")
pkgver=0.34.7
-pkgrel=1
+pkgrel=2
pkgdesc="A D-Bus service which runs odd jobs on behalf of client applications (with selinux support)"
arch=(i686 x86_64)
-url="https://releases.pagure.org/oddjob/"
+url='https://pagure.io/oddjob'
license=(BSD)
-depends=(cyrus-sasl dbus krb5 libxml2 openldap pam python2 systemd selinux-usr-libselinux)
+depends=(cyrus-sasl dbus krb5 libxml2 openldap pam systemd selinux-usr-libselinux)
backup=(etc/oddjobd.conf.d/oddjobd-introspection.conf
etc/oddjobd.conf.d/oddjobd-mkhomedir.conf
etc/oddjobd.conf)