diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-17 07:20:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-17 07:21:16 -0300 |
commit | 24c5a73086a0eab6b48206ceeca393957373b0dd (patch) | |
tree | 0149d1c7b44524c55d05cd1d585517ae6c17e64b /libre/systemd/PKGBUILD | |
parent | 84ecdfa61301631f0b8a27eb307ceb933df24114 (diff) | |
download | abslibre-24c5a73086a0eab6b48206ceeca393957373b0dd.tar.gz abslibre-24c5a73086a0eab6b48206ceeca393957373b0dd.tar.bz2 abslibre-24c5a73086a0eab6b48206ceeca393957373b0dd.zip |
systemd-227-1.parabola1: updating version
Diffstat (limited to 'libre/systemd/PKGBUILD')
-rw-r--r-- | libre/systemd/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 54e8eeeff..c85f8af7e 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -4,8 +4,8 @@ pkgbase=systemd pkgname=systemd -pkgver=226 -pkgrel=3.parabola1 +pkgver=227 +pkgrel=1.parabola1 arch=('i686' 'x86_64' 'armv7h') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' @@ -29,7 +29,7 @@ md5sums=('SKIP' '1b3aa3a0551b08af9305d33f85b5c2fc' '36ee74767ac8734dede1cbd0f4f275d7' '9b9f4a58e4c4009bf5290c5b297600c3' - '15b4bd1982d5d263f12806b0b1dc3e96') + '489e79ba87d2ebdd3cb4ef460a21bd00') prepare() { cd "$pkgbase" @@ -61,7 +61,6 @@ build() { --enable-compat-libs \ --disable-audit \ --disable-ima \ - --disable-kdbus \ --with-sysvinit-path= \ --with-sysvrcnd-path= \ --with-ntp-servers="${timeservers[*]}" \ @@ -74,8 +73,8 @@ package_systemd() { pkgdesc="system and service manager (Parabola rebranded)" license=('GPL2' 'LGPL2.1') depends=('acl' 'bash' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap' - 'libgcrypt' "libsystemd=$pkgver" 'libidn' 'lz4' 'pam' 'libseccomp' 'util-linux' - 'xz') + 'libgcrypt' "libsystemd=$pkgver" 'libidn' 'lz4' 'pam' 'libseccomp' + 'util-linux' 'xz') provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver") replaces=('nss-myhostname' 'systemd-tools' 'udev') conflicts=('nss-myhostname' 'systemd-tools' 'udev') |