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

Andreas Radke andyrtr at archlinux.org
Fri Aug 23 14:20:31 UTC 2019


    Date: Friday, August 23, 2019 @ 14:20:31
  Author: andyrtr
Revision: 360611

use https url

Modified:
  libmythes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 14:18:34 UTC (rev 360610)
+++ PKGBUILD	2019-08-23 14:20:31 UTC (rev 360611)
@@ -6,12 +6,12 @@
 epoch=1
 pkgdesc="a simple thesaurus"
 arch=('x86_64')
-url="http://hunspell.sourceforge.net/ "
+url="https://hunspell.github.io/"
 license=('custom')
 depends=('glibc' 'perl')
 makedepends=('hunspell')
 provides=('mythes')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
 sha512sums=('a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21')
 
 build() {



More information about the arch-commits mailing list