systemd: update to 225 (still not using ideal ntp server)

This commit is contained in:
Fabian Kosmale 2015-08-30 16:11:09 +00:00
parent db8420b30f
commit 98eaab0e74

View File

@ -1,6 +1,6 @@
# maintainer: Fabian Kosmale <inkane@chakra-project.org> # maintainer: Fabian Kosmale <inkane@chakra-project.org>
pkgname=systemd pkgname=systemd
pkgver=224 pkgver=225
pkgrel=1 pkgrel=1
pkgdesc="A system and service manager for Linux" pkgdesc="A system and service manager for Linux"
arch=('x86_64') arch=('x86_64')
@ -76,7 +76,7 @@ prepare() {
build() { build() {
cd "$pkgname" cd "$pkgname"
local timeservers=({0..3}.pool.ntp.org) # WARNING: this needs to change before the package can move to testing local timeservers=({0..3}.arch.pool.ntp.org) # WARNING: this needs to change before the package can move to stable
./configure \ ./configure \
--libexecdir=/usr/lib \ --libexecdir=/usr/lib \