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

Lukas Fleischer lfleischer at archlinux.org
Sun Feb 9 06:25:57 UTC 2020


    Date: Sunday, February 9, 2020 @ 06:25:57
  Author: lfleischer
Revision: 375017

upgpkg: ntp 4.2.8.p13-3: add perl dependency

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 06:21:37 UTC (rev 375016)
+++ PKGBUILD	2020-02-09 06:25:57 UTC (rev 375017)
@@ -6,12 +6,12 @@
 _pkgname=ntp #-dev
 _pkgver=4.2.8p13
 pkgver=${_pkgver/p/.p}
-pkgrel=2
+pkgrel=3
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
 arch=('x86_64')
-depends=('openssl' 'libcap' 'libedit')
+depends=('openssl' 'perl' 'libcap' 'libedit')
 backup=('etc/ntp.conf')
 source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz"
         'ntp.conf'



More information about the arch-commits mailing list