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

Andreas Radke andyrtr at archlinux.org
Fri Aug 23 14:15:24 UTC 2019


    Date: Friday, August 23, 2019 @ 14:15:24
  Author: andyrtr
Revision: 360609

use https url

Modified:
  hyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 14:14:41 UTC (rev 360608)
+++ PKGBUILD	2019-08-23 14:15:24 UTC (rev 360609)
@@ -5,10 +5,10 @@
 pkgver=2.8.8
 pkgrel=2
 arch=('x86_64')
-url="http://hunspell.sf.net"
+url="https://hunspell.sf.net"
 license=('GPL2' 'LGPL2.1' 'MPL')
 makedepends=('glibc' 'perl')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('0556c392beb59433e577e3517575801212201df6')
 
 build() {



More information about the arch-commits mailing list