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

Christian Hesse eworm at archlinux.org
Wed Dec 12 08:28:57 UTC 2018


    Date: Wednesday, December 12, 2018 @ 08:28:56
  Author: eworm
Revision: 415565

upgpkg: etckeeper 1.18.9-1

* new upstream release
* add source validation

Modified:
  etckeeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-12 08:22:31 UTC (rev 415564)
+++ PKGBUILD	2018-12-12 08:28:56 UTC (rev 415565)
@@ -4,7 +4,7 @@
 # Contributor: Danie Roux <accounts at danieroux.com>
 
 pkgname=etckeeper
-pkgver=1.18.8
+pkgver=1.18.9
 pkgrel=1
 pkgdesc='collection of tools to let /etc be stored in a git, hg or bzr repository'
 arch=('any')
@@ -15,7 +15,8 @@
 optdepends=('mercurial: use mercurial for version control'
 	'bzr: use bazaar for version control')
 backup=('etc/etckeeper/etckeeper.conf')
-source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${pkgver}")
+validpgpkeys=('E85A5F63B31D24C1EBF0D81CC910D9222512E3C7') # Joey Hess <joeyh at joeyh.name>
+source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${pkgver}?signed")
 sha256sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list