mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:47:13 +08:00
systemd: update to 225 (still not using ideal ntp server)
This commit is contained in:
parent
db8420b30f
commit
98eaab0e74
@ -1,6 +1,6 @@
|
||||
# maintainer: Fabian Kosmale <inkane@chakra-project.org>
|
||||
pkgname=systemd
|
||||
pkgver=224
|
||||
pkgver=225
|
||||
pkgrel=1
|
||||
pkgdesc="A system and service manager for Linux"
|
||||
arch=('x86_64')
|
||||
@ -76,7 +76,7 @@ prepare() {
|
||||
build() {
|
||||
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 \
|
||||
--libexecdir=/usr/lib \
|
||||
|
Loading…
Reference in New Issue
Block a user