Date: Tuesday, February 12, 2019 @ 12:55:42
  Author: felixonmars
Revision: 431949

use https url

Modified:
  barcode/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-12 12:54:29 UTC (rev 431948)
+++ PKGBUILD    2019-02-12 12:55:42 UTC (rev 431949)
@@ -5,7 +5,7 @@
 pkgrel=4
 pkgdesc="A tool to convert text strings to printed bars"
 arch=('x86_64')
-url="http://www.gnu.org/software/barcode/";
+url="https://www.gnu.org/software/barcode/";
 license=('GPL')
 depends=('glibc')
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz";)

Reply via email to