Date: Monday, November 14, 2022 @ 20:34:19 Author: kpcyrd Revision: 1347667
upgpkg: teeworlds 0.7.5-2 - Switch from git://github.com to https://github.com Modified: teeworlds/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-14 20:33:35 UTC (rev 1347666) +++ PKGBUILD 2022-11-14 20:34:19 UTC (rev 1347667) @@ -5,7 +5,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=teeworlds pkgver=0.7.5 -pkgrel=1 +pkgrel=2 pkgdesc='Fast-paced multiplayer 2D shooter game' arch=('x86_64') url='https://www.teeworlds.com' @@ -12,9 +12,9 @@ license=('custom') depends=('alsa-lib' 'glu' 'sdl2' 'freetype2') makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk' 'git') -source=("git+git://github.com/teeworlds/teeworlds.git#tag=$pkgver" - "git+git://github.com/teeworlds/teeworlds-maps.git" - "git+git://github.com/teeworlds/teeworlds-translation.git" +source=("git+https://github.com/teeworlds/teeworlds.git#tag=$pkgver" + "git+https://github.com/teeworlds/teeworlds-maps.git" + "git+https://github.com/teeworlds/teeworlds-translation.git" "bam-v0.5.1.tar.gz::https://github.com/matricks/bam/archive/v0.5.1.tar.gz") sha512sums=('SKIP' 'SKIP' @@ -30,7 +30,7 @@ git submodule init git config submodule."datasrc/languages".url "${srcdir}"/teeworlds-translation git config submodule."datasrc/maps".url "${srcdir}"/teeworlds-maps - git submodule update + git -c protocol.file.allow=always submodule update } build() {
