summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Boyce2020-06-03 12:43:21 -0400
committerGregory Boyce2020-06-03 12:43:21 -0400
commit6ff4ca64fefb0c0f5e07c5977f68aeacdfd19946 (patch)
tree8f58500ce2b8140ced33aeaf2c16473530776194
parent19b42dd5fb175b0f467a1a53589762879f3ae057 (diff)
downloadaur-6ff4ca64fefb0c0f5e07c5977f68aeacdfd19946.tar.gz
Create empty /etc/ntp.conf for upstream issue.
https://gitlab.com/NTPsec/ntpsec/-/issues/649
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033f780a9bec..0be49320fa35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ntpsec
pkgdesc = Security-hardened Network Time Protocol implementation
pkgver = 1.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://www.ntpsec.org/
arch = i686
arch = x86_64
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
+
}