Date: Thursday, November 3, 2022 @ 23:44:43
  Author: anthraxx
Revision: 1341758

upgpkg: wesnoth 1:1.16.6-3: switch to https url

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-03 23:24:51 UTC (rev 1341757)
+++ PKGBUILD    2022-11-03 23:44:43 UTC (rev 1341758)
@@ -12,7 +12,7 @@
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')
 license=('GPL')
-url="http://www.wesnoth.org/";
+url="https://www.wesnoth.org/";
 depends=('sdl2_mixer' 'sdl2_image' 'boost-libs' 'pango' 'dbus')
 makedepends=('boost' 'cmake' 'git' 'ninja')
 replaces=('wesnoth-data')
@@ -38,7 +38,7 @@
 
   DESTDIR="$pkgdir" ninja -C build install
 
-  # See http://forums.wesnoth.org/viewtopic.php?t=51038
+  # See https://forums.wesnoth.org/viewtopic.php?t=51038
   echo "Linux repository" > "$pkgdir"/usr/share/wesnoth/data/dist
 
   mkdir -p "$pkgdir"/usr/lib/{tmpfiles.d,systemd/system}

Reply via email to