summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYurii Kolesnykov <yurikoles@gmail.com>2017-01-23 22:46:55 +0300
committerYurii Kolesnykov <yurikoles@gmail.com>2017-01-23 22:46:55 +0300
commitcad28c3818b1ebfb9523652e04270c72f0897ca2 (patch)
tree390836a844c6302dd6bbb65058c82de837c4a47e /PKGBUILD
parentaa3a338fdff304bc789d6f0d0085495927ae61c5 (diff)
downloadsystemd-git-cad28c3818b1ebfb9523652e04270c72f0897ca2.tar.gz
systemd-git-cad28c3818b1ebfb9523652e04270c72f0897ca2.tar.bz2
fix deps v2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 349f665..b723e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=systemd-git
pkgname=('systemd-git' 'libsystemd-git' 'systemd-sysvcompat-git')
pkgdesc="systemd from git"
pkgver=232.r615.g88e4dbd50
-pkgrel=2
+pkgrel=3
branch='master'
arch=('i686' 'x86_64')
url="https://www.github.com/systemd/systemd"
@@ -91,9 +91,9 @@ package_systemd-git() {
depends=('acl' 'bash' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
'libgcrypt' 'libsystemd-git' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp'
'util-linux' 'xz')
- provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver" "systemd=$pkgver")
- replaces=('nss-myhostname' 'systemd-tools' 'udev' 'systemd')
- conflicts=('nss-myhostname' 'systemd-tools' 'udev' 'systemd')
+ provides=("systemd=$pkgver" "udev=$pkgver" 'nss-myhostname' "systemd-tools=$pkgver")
+ replaces=('systemd' 'nss-myhostname' 'systemd-tools' 'udev')
+ conflicts=('systemd' 'nss-myhostname' 'systemd-tools' 'udev' )
optdepends=('cryptsetup: required for encrypted block devices'
'libmicrohttpd: remote journald capabilities'
'quota-tools: kernel-level quota management'