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

Antonio Rojas arojas at archlinux.org
Thu Feb 1 09:42:51 UTC 2018


    Date: Thursday, February 1, 2018 @ 09:42:49
  Author: arojas
Revision: 315713

Update to 2.8.5

Modified:
  keychain/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-01 08:54:22 UTC (rev 315712)
+++ PKGBUILD	2018-02-01 09:42:49 UTC (rev 315713)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=keychain
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process per system, rather than per login"
 arch=('any')
@@ -9,8 +9,8 @@
 url="http://www.funtoo.org/Keychain"
 license=('GPL2')
 depends=('sh')
-source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1746dac19f565a1489b5a8ee660af2d7097f44cb5bede3e9103782056592ae6b')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/funtoo/keychain/archive/$pkgver.tar.gz")
+sha256sums=('dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b')
 
 package() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list