summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2017-12-19 22:50:57 -0600
committerIsaac David <isacdaavid@isacdaavid.info>2017-12-19 22:50:57 -0600
commitd8da3a664204c257d5d181e8ba286c0dd0f50870 (patch)
tree07201a67d09051b37b23659f91a45322f400d26c
parent11f2c2043ebb876f10933d44fed678a61f1ad89c (diff)
downloadabslibre-d8da3a664204c257d5d181e8ba286c0dd0f50870.tar.gz
abslibre-d8da3a664204c257d5d181e8ba286c0dd0f50870.tar.bz2
abslibre-d8da3a664204c257d5d181e8ba286c0dd0f50870.zip
systemd: prevent fiasco upon cryptsetup 2 arrival to i686
-rw-r--r--libre/systemd/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index eec3dbbd4..3eee0fe7f 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -15,7 +15,7 @@ _commit='743b771c559c6101544f7358a42c8c519fe4b0db'
# the commit count is handled by pkgver() function.
pkgver=235.38
pkgrel=3
-pkgrel+=.parabola1
+pkgrel+=.parabola1.1
arch=('i686' 'x86_64')
arch+=('armv7h')
url="https://www.github.com/systemd/systemd"
@@ -214,6 +214,7 @@ package_systemd() {
depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp'
'util-linux' 'xz')
+ depends_i686=('cryptsetup=1.7.5')
provides=("systemd-tools=$pkgver" "udev=$pkgver")
replaces=('systemd-tools' 'udev')
conflicts=('systemd-tools' 'udev')