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

Christian Hesse eworm at archlinux.org
Mon Aug 5 05:47:57 UTC 2019


    Date: Monday, August 5, 2019 @ 05:47:56
  Author: eworm
Revision: 497430

update to https urls

Modified:
  dev86/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-05 05:12:34 UTC (rev 497429)
+++ PKGBUILD	2019-08-05 05:47:56 UTC (rev 497430)
@@ -7,11 +7,11 @@
 pkgrel=3
 pkgdesc="Simple C compiler to generate 8086 code"
 arch=('x86_64')
-url="http://v3.sk/~lkundrak/dev86/"
+url='https://v3.sk/~lkundrak/dev86/'
 license=(GPL)
 makedepends=('bin86')
 options=('!strip' '!makeflags' 'staticlibs')
-source=("http://v3.sk/~lkundrak/dev86/Dev86src-${pkgver}.tar.gz"
+source=("https://v3.sk/~lkundrak/dev86/Dev86src-${pkgver}.tar.gz"
 	'mandir.patch')
 sha256sums=('234b110e6df9b7f6843e2ee53473127c2211243a16748f229fc0127845f68d94'
             'f1cc9e3779c435a39c0a3b773b6fc220c6bd7909ec4bb1b8ee781cf4f89d4827')



More information about the arch-commits mailing list