summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/systemd/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index 63789c0e7..35522cf4b 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -14,7 +14,7 @@ pkgname+=("${_libsystemd[@]/#/systemd-}")
_commit='de7436b02badc82200dc127ff190b8155769b8e7'
pkgver=239.0
pkgrel=2
-pkgrel+=.parabola2
+pkgrel+=.parabola3
arch=('x86_64')
arch+=('i686' 'armv7h')
url='https://www.github.com/systemd/systemd'
@@ -327,7 +327,7 @@ package_systemd-udev() {
package_libsystemd() {
pkgdesc='systemd client libraries metapackage'
- depends=("${_libsystemd[@]/#/systemd-}")
+ depends=("${_libsystemd[@]/libsystemd/libsystemd.so}")
license=('LGPL2.1')
}