diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/systemd/PKGBUILD | 3 |
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') |