[arch-commits] Commit in etckeeper/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Oct 27 14:38:41 UTC 2019
Date: Sunday, October 27, 2019 @ 14:38:41
Author: archange
Revision: 520756
which is required for `etckeeper vcs <subcommand>` interface
Modified:
etckeeper/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-27 14:14:57 UTC (rev 520755)
+++ PKGBUILD 2019-10-27 14:38:41 UTC (rev 520756)
@@ -5,7 +5,7 @@
pkgname=etckeeper
pkgver=1.18.10
-pkgrel=2
+pkgrel=3
pkgdesc="Collection of tools to let /etc be stored in a git, hg or bzr repository."
arch=(any)
url="https://etckeeper.branchable.com/"
@@ -13,7 +13,8 @@
depends=(git diffutils inetutils sed)
makedepends=(python2 mercurial bzr)
optdepends=('mercurial: use mercurial for version control'
- 'bzr: use bazaar for version control')
+ 'bzr: use bazaar for version control'
+ 'which: etckeeper vcs <subcommand> support')
backup=('etc/etckeeper/etckeeper.conf')
_tag=395272b2600139777fdcaa2ff9a73c094d54cdcd # git rev-parse ${pkgver}
source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${_tag}?signed")
More information about the arch-commits
mailing list