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

Christian Hesse eworm at archlinux.org
Fri Aug 28 07:56:32 UTC 2020


    Date: Friday, August 28, 2020 @ 07:56:32
  Author: eworm
Revision: 690147

upgpkg: etckeeper 1.18.14-3: drop dependency on inetutils

There's a fallback on /etc/hostname...

Modified:
  etckeeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 07:54:00 UTC (rev 690146)
+++ PKGBUILD	2020-08-28 07:56:32 UTC (rev 690147)
@@ -6,13 +6,13 @@
 pkgname=etckeeper
 _tag='9906edb738bf93494a872d018f77f7e0c4f22ea4' # git rev-parse ${pkgver}
 pkgver=1.18.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Collection of tools to let /etc be stored in a git, hg or bzr repository'
-arch=(any)
+arch=('any')
 url='https://etckeeper.branchable.com/'
-license=(GPL2)
-depends=(git diffutils inetutils sed)
-makedepends=(mercurial breezy)
+license=('GPL2')
+depends=('git' 'diffutils' 'sed')
+makedepends=('mercurial' 'breezy')
 optdepends=('mercurial: use mercurial for version control'
             'breezy: use bazaar for version control'
             'which: etckeeper vcs <subcommand> support')



More information about the arch-commits mailing list