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

Daniel Micay thestinger at nymeria.archlinux.org
Tue Jun 24 18:12:38 UTC 2014


    Date: Tuesday, June 24, 2014 @ 20:12:38
  Author: thestinger
Revision: 113517

use https url

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-24 17:34:25 UTC (rev 113516)
+++ PKGBUILD	2014-06-24 18:12:38 UTC (rev 113517)
@@ -7,9 +7,9 @@
 pkgver=0.21.0
 pkgrel=1
 epoch=1
-pkgdesc="A linkable library for Git"
+pkgdesc='A linkable library for Git'
 arch=('i686' 'x86_64')
-url="http://libgit2.github.com/"
+url='https://libgit2.github.com/'
 depends=(zlib openssl libssh2)
 makedepends=(cmake python)
 license=('GPL2')




More information about the arch-commits mailing list