summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvenom2021-01-01 04:33:21 -0800
committervenom2021-01-01 04:33:21 -0800
commit87cfcb750483fd73d2711e244f8bc21b07cd1652 (patch)
tree209810b770b225ec8e233316a5e59690bd10f9ae /PKGBUILD
parentdf1b445903cc75140f230ae018997c2d62a6974f (diff)
downloadaur-87cfcb750483fd73d2711e244f8bc21b07cd1652.tar.gz
Fix make depends and update to version 246.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6d8a734de5c..9b05ea701110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Maintainer: EatMyVenom <eat.my.venomm@gmail.com>
# Contributor: artoo <artoo@manjaro.org>
-# Maintainer: Nathan Owens <ndowens at artixlinux.org>
+# Contributor: Nathan Owens <ndowens at artixlinux.org>
pkgbase=elogind
pkgname=('elogind' 'libelogind')
-pkgver=243.7
+pkgver=246.9.1
pkgrel=1
pkgdesc="The systemd project's logind, extracted to a standalone package"
arch=('i686' 'x86_64')
url="https://github.com/elogind/elogind"
license=('GPL')
makedepends=('intltool' 'libtool' 'gperf' 'gtk-doc'
- 'git' 'libcap' 'meson' 'dbus-nosystemd')
+ 'git' 'libcap' 'meson')
options=('!libtool')
source=("git+https://github.com/elogind/elogind#tag=v${pkgver}")
sha256sums=('SKIP')
@@ -38,7 +39,7 @@ build() {
package_elogind() {
pkgdesc="The systemd project's logind, extracted to a standalone package"
provides=("elogind=${pkgver}")
- depends=('libelogind' 'pam' 'acl' 'dbus-x11')
+ depends=('libelogind' 'pam' 'acl')
conflicts=('systemd-sysvcompat' 'consolekit')
optdepends=('dbus-openrc: dbus initscript')
install=elogind.install