summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy2020-02-03 05:26:39 +0000
committerTimothy2020-02-03 05:26:39 +0000
commit7fa0300a3bddba29eac86837b7787fec07aa3209 (patch)
tree533099448e9179e680e7f53db4bf7a2742c79ea1
parent65645252a0388d3c2c0c99687a55ce70f92ee983 (diff)
downloadaur-7fa0300a3bddba29eac86837b7787fec07aa3209.tar.gz
1.1.8.r137.a266f40f9-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1e909d6c783..6ab639262f62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ntpsec-git
pkgdesc = Security-hardened Network Time Protocol implementation (Git HEAD)
- pkgver = 1.1.8.r127.d6b7641f5
+ pkgver = 1.1.8.r137.a266f40f9
pkgrel = 1
url = https://www.ntpsec.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 49e4a1dc01c9..bab7f0bbf767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=ntpsec-git
-pkgver=1.1.8.r127.d6b7641f5
+pkgver=1.1.8.r137.a266f40f9
pkgrel=1
pkgdesc="Security-hardened Network Time Protocol implementation (Git HEAD)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -42,7 +42,7 @@ build() {
cd "${pkgname%%-git}"
./waf configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man \
--enable-debug-gdb --enable-seccomp --refclock=all \
- --enable-doc --htmldir=/usr/share/doc/${pkgname}
+ --htmldir=/usr/share/doc/${pkgname}
./waf build
a2x -f text docs/copyright.adoc
}