[arch-commits] Commit in ntp/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Mon May 2 18:40:14 UTC 2016


    Date: Monday, May 2, 2016 @ 20:40:13
  Author: lfleischer
Revision: 266767

upgpkg: ntp 4.2.8.p7-1

Upstream update.

Modified:
  ntp/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-02 13:06:16 UTC (rev 266766)
+++ PKGBUILD	2016-05-02 18:40:13 UTC (rev 266767)
@@ -4,9 +4,9 @@
 
 pkgname=ntp
 _pkgname=ntp #-dev
-_pkgver=4.2.8p6
+_pkgver=4.2.8p7
 pkgver=${_pkgver/p/.p}
-pkgrel=3
+pkgrel=1
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -17,7 +17,7 @@
         'ntp.conf'
         'ntpd.service'
         'ntpdate.service')
-sha1sums=('7244b0fb66ceb66283480e8f83a4c4a2099f9cd7'
+sha1sums=('a1f6300132cf1fc6884990353aca7340daf0be0d'
           'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
           '0cccca872385e0142888ab48d273fec0669b30a8'
           '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
@@ -28,12 +28,7 @@
 build() {
 	cd "${srcdir}/${_pkgname}-${_pkgver}"
 
-	./configure \
-		--prefix=/usr \
-		--libexecdir=/usr/lib \
-		--enable-linuxcaps \
-		--enable-ntp-signd \
-
+	./configure --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps --enable-ntp-signd
 	make
 }
 



More information about the arch-commits mailing list