Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
chrony
Commits:
fe6d40b0 by Andreas Radke at 2024-11-04T20:37:14+01:00
upgpkg: 4.6.1-2; fix example config to use arch pool servers
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = chrony
pkgdesc = Lightweight NTP client and server
pkgver = 4.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://chrony-project.org/
arch = x86_64
license = GPL-2.0-only
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
pkgname=chrony
pkgver=4.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight NTP client and server'
url=https://chrony-project.org/
arch=('x86_64')
@@ -36,9 +36,9 @@ prepare() {
cd $pkgname
sed -i \
-e 's|pool pool.ntp.org|pool 2.arch.pool.ntp.org|g' \
- -e 's|server foo.example.net|server 0.arch.pool.ntp.org|g' \
- -e 's|server bar.example.net|server 1.arch.pool.ntp.org|g' \
- -e 's|server baz.example.net|server 3.arch.pool.ntp.org|g' \
+ -e 's|server ntp1.example.net|server 0.arch.pool.ntp.org|g' \
+ -e 's|server ntp2.example.net|server 1.arch.pool.ntp.org|g' \
+ -e 's|server ntp3.example.net|server 3.arch.pool.ntp.org|g' \
examples/chrony.conf.example*
sed 's|/usr/sbin|/usr/bin|g' -i examples/*.service
echo $pkgver > version.txt
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chrony/-/commit/fe6d40b02dc02970199ad51b84de8237d1b51862
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chrony/-/commit/fe6d40b02dc02970199ad51b84de8237d1b51862
You're receiving this email because of your account on gitlab.archlinux.org.