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

Maxim Baz maximbaz at archlinux.org
Tue Dec 4 00:31:16 UTC 2018


    Date: Tuesday, December 4, 2018 @ 00:31:13
  Author: maximbaz
Revision: 411038

bti: use https sources

Modified:
  bti/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 00:30:40 UTC (rev 411037)
+++ PKGBUILD	2018-12-04 00:31:13 UTC (rev 411038)
@@ -11,7 +11,7 @@
 url='http://gregkh.github.com/bti/'
 license=('GPL')
 depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c')
-source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz
+source=(https://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz
         0001-Replace-removed-is_error-macro.patch)
 sha512sums=('2b7cd66cff617f7592863a1a8e03754b3dea314c8eeb98bf0993601d4d4db848a74b26941bbd04f57a348bf0d02aefca4e3125f00fed531a67a3f17f36e665ba'
             'e05c6b4c744338a4679e37c25e16656b029bb995cbe0efd71b986383d812c4c7b9e599d4f758dfeef94a378a2a807275ffe80fb28ff9970a5ec4b039201223f6')
@@ -30,6 +30,6 @@
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
-  
+
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list