summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-12 18:59:43 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-12 18:59:43 -0400
commitca847020900cd2ba96477b34f1d41fce3bf79286 (patch)
treec6b2b227410783ec03a8795af32952bc95a53266
parentd353c9a5b80b543ac128af716acbd9ce14c0d59a (diff)
parentb6e79542570abfc4fb6ee542fe121bf5c68e3c82 (diff)
downloadabslibre-ca847020900cd2ba96477b34f1d41fce3bf79286.tar.gz
abslibre-ca847020900cd2ba96477b34f1d41fce3bf79286.tar.bz2
abslibre-ca847020900cd2ba96477b34f1d41fce3bf79286.zip
Merge branch 'lukeshu/systemd-split'
-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')
}