summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGregory Boyce2020-06-03 12:43:21 -0400
committerGregory Boyce2020-06-03 12:43:21 -0400
commit6ff4ca64fefb0c0f5e07c5977f68aeacdfd19946 (patch)
tree8f58500ce2b8140ced33aeaf2c16473530776194 /PKGBUILD
parent19b42dd5fb175b0f467a1a53589762879f3ae057 (diff)
downloadaur-6ff4ca64fefb0c0f5e07c5977f68aeacdfd19946.tar.gz
Create empty /etc/ntp.conf for upstream issue.
https://gitlab.com/NTPsec/ntpsec/-/issues/649
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 716363c5fae0..7e965a08872b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ntpsec
pkgver=1.1.9
-pkgrel=1
+pkgrel=2
pkgdesc="Security-hardened Network Time Protocol implementation"
arch=('i686' 'x86_64' 'armv7h')
url="https://www.ntpsec.org/"
@@ -71,4 +71,6 @@ package() {
done
install -dm 700 -g 212 -o 212 "$pkgdir/var/lib/ntp"
+ touch $pkgdir/etc/ntp.conf
+
}