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

Daniel Micay thestinger at archlinux.org
Thu Jan 1 01:02:17 UTC 2015


    Date: Thursday, January 1, 2015 @ 02:02:16
  Author: thestinger
Revision: 125089

envoy: use https URL

Modified:
  envoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-01 00:47:25 UTC (rev 125088)
+++ PKGBUILD	2015-01-01 01:02:16 UTC (rev 125089)
@@ -5,9 +5,9 @@
 pkgname=envoy
 pkgver=12
 pkgrel=1
-pkgdesc="A ssh-agent/gpg-agent keychain and process monitor"
+pkgdesc='A ssh-agent/gpg-agent keychain and process monitor'
 arch=('i686' 'x86_64')
-url="http://github.com/vodik/envoy"
+url='https://github.com/vodik/envoy'
 license=('GPL')
 depends=('openssh' 'systemd')
 optdepends=('gnupg: gpg-agent support')
@@ -30,5 +30,3 @@
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
-
-# vim: ft=sh syn=sh et



More information about the arch-commits mailing list