[arch-commits] Commit in vbetool (3 files)

Connor Behan cbehan at archlinux.org
Sun Nov 6 00:36:42 UTC 2016


    Date: Sunday, November 6, 2016 @ 00:36:41
  Author: cbehan
Revision: 194717

PGP was a false positive but use https for vbetool

Modified:
  vbetool/repos/community-i686/PKGBUILD
  vbetool/repos/community-x86_64/PKGBUILD
  vbetool/trunk/PKGBUILD

---------------------------------+
 repos/community-i686/PKGBUILD   |    2 +-
 repos/community-x86_64/PKGBUILD |    2 +-
 trunk/PKGBUILD                  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/community-i686/PKGBUILD
===================================================================
--- repos/community-i686/PKGBUILD	2016-11-05 23:49:58 UTC (rev 194716)
+++ repos/community-i686/PKGBUILD	2016-11-06 00:36:41 UTC (rev 194717)
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 depends=('zlib' 'libx86' 'libpciaccess')
 makedepends=('pciutils')
-source=("http://cgit.freedesktop.org/~airlied/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz"
+source=("https://cgit.freedesktop.org/~airlied/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz"
         'no_x86_check.patch')
 md5sums=('SKIP'
          'f4abc1181c0cda966626cbe5872d678f')

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2016-11-05 23:49:58 UTC (rev 194716)
+++ repos/community-x86_64/PKGBUILD	2016-11-06 00:36:41 UTC (rev 194717)
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 depends=('zlib' 'libx86' 'libpciaccess')
 makedepends=('pciutils')
-source=("http://cgit.freedesktop.org/~airlied/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz"
+source=("https://cgit.freedesktop.org/~airlied/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz"
         'no_x86_check.patch')
 md5sums=('SKIP'
          'f4abc1181c0cda966626cbe5872d678f')

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2016-11-05 23:49:58 UTC (rev 194716)
+++ trunk/PKGBUILD	2016-11-06 00:36:41 UTC (rev 194717)
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 depends=('zlib' 'libx86' 'libpciaccess')
 makedepends=('pciutils')
-source=("http://cgit.freedesktop.org/~airlied/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz"
+source=("https://cgit.freedesktop.org/~airlied/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz"
         'no_x86_check.patch')
 md5sums=('SKIP'
          'f4abc1181c0cda966626cbe5872d678f')



More information about the arch-commits mailing list