summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c374461e9b9d..481aa305716d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = systemd-light
pkgver = 243.78
- pkgrel = 1
+ pkgrel = 2
url = https://www.github.com/systemd/systemd
arch = x86_64
makedepends = acl
@@ -148,9 +148,12 @@ pkgname = systemd-light-libs
depends = libgcrypt
depends = lz4
depends = xz
+ provides = systemd-libs=243.78
provides = libsystemd
provides = libsystemd.so
provides = libudev.so
+ conflicts = systemd-libs
conflicts = libsystemd
+ replaces = systemd-libs
replaces = libsystemd
diff --git a/PKGBUILD b/PKGBUILD
index d3577ea765e4..c2bfbe63fd2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,4 @@
-# Maintainer: Christian Hesse <mail@eworm.de>
-# Maintainer: Dave Reisner <dreisner@archlinux.org>
-# Maintainer: Tom Gundersen <teg@jklm.no>
+# Maintainer: Ranieri Althoff <ranisalt+aur at gmail dot com>
# Specify "systemd" to use systemd-backlight, any other backlight control (light, xorg-xbacklight, etc) or "none" to remove dependency.
# See https://wiki.archlinux.org/index.php/Backlight#Backlight_utilities
@@ -35,7 +33,7 @@ pkgname=('systemd-light' 'systemd-light-libs')
# Can be from either systemd or systemd-stable
_commit='ef677436aa203c24816021dd698b57f219f0ff64'
pkgver=243.78
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
makedepends=('acl' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -379,9 +377,9 @@ package_systemd-light-libs() {
pkgdesc='systemd client libraries'
depends=('glibc' 'libcap' 'libgcrypt' 'lz4' 'xz')
license=('LGPL2.1')
- provides=('libsystemd' 'libsystemd.so' 'libudev.so')
- conflicts=('libsystemd')
- replaces=('libsystemd')
+ provides=("systemd-libs=$pkgver" 'libsystemd' 'libsystemd.so' 'libudev.so')
+ conflicts=('systemd-libs' 'libsystemd')
+ replaces=('systemd-libs' 'libsystemd')
install -d -m0755 "$pkgdir"/usr
mv systemd-libs "$pkgdir"/usr/lib