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

Levente Polyak anthraxx at archlinux.org
Sun Jul 16 20:51:41 UTC 2017


    Date: Sunday, July 16, 2017 @ 20:51:40
  Author: anthraxx
Revision: 245441

upgpkg: openntpd 6.2p1-1

Modified:
  openntpd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-16 20:45:39 UTC (rev 245440)
+++ PKGBUILD	2017-07-16 20:51:40 UTC (rev 245441)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=openntpd
-pkgver=6.0p1
+pkgver=6.2p1
 pkgrel=1
 pkgdesc='Free, easy to use implementation of the Network Time Protocol'
 url='http://www.openntpd.org/'
@@ -17,14 +17,18 @@
 install=${pkgname}.install
 source=(http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
         openntpd.service)
-sha512sums=('a71c516dbe7596cbcb3a385112a59a82185b7e3d93a52eda695cea5a0a599ba7fbf58daa81da55d608255cb6950398123fa7d71663604a4c3bcbee949711296d'
+sha512sums=('99ad2c8e42de159b1122fe30385eff2f6311202b8526828dacd52db6ec36ce14785131b0576ac5b08d3ed9cadffc142c9146e395da29409b3227c4a77187d31e'
             'SKIP'
             'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
 validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook <bcook at openbsd.org>
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  autoreconf -fi
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \



More information about the arch-commits mailing list