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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon May 30 16:53:52 UTC 2022


    Date: Monday, May 30, 2022 @ 16:53:52
  Author: svenstaro
Revision: 1216440

upgpkg: wesnoth 1:1.16.3-1

Modified:
  wesnoth/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-30 16:49:12 UTC (rev 1216439)
+++ PKGBUILD	2022-05-30 16:53:52 UTC (rev 1216440)
@@ -6,9 +6,9 @@
 
 pkgname=wesnoth
 # NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.16.2
+pkgver=1.16.3
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')
 license=('GPL')
@@ -17,7 +17,7 @@
 makedepends=('boost' 'cmake' 'git' 'ninja')
 replaces=('wesnoth-data')
 options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}")
+source=("git+https://github.com/wesnoth/wesnoth.git#tag=${pkgver}")
 sha512sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list