From 847404f3e9efd7ce1764798ab36f46996dd96a36 Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Sun, 6 Nov 2022 06:18:08 +0000
Subject: [PATCH] community/include-what-you-use: upgrade to 0.19

change source url due to https://github.com/include-what-you-use/include-what-you-use/issues/1134
---
 community/include-what-you-use/APKBUILD | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/community/include-what-you-use/APKBUILD b/community/include-what-you-use/APKBUILD
index 90ef24ab9df8..c7b2048fdd9e 100644
--- a/community/include-what-you-use/APKBUILD
+++ b/community/include-what-you-use/APKBUILD
@@ -1,10 +1,10 @@
 # Contributor: Jakub Jirutka <jakub@jirutka.cz>
 # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
 pkgname=include-what-you-use
-pkgver=0.18
+pkgver=0.19
 # Each release is made for particular LLVM version.
 # See https://include-what-you-use.org/downloads/.
-_llvmver=14
+_llvmver=15
 pkgrel=0
 pkgdesc="A tool for use with clang to analyze #includes in C and C++ source files"
 url="https://include-what-you-use.org"
@@ -22,8 +22,8 @@ makedepends="
 	samurai
 	"
 subpackages="$pkgname-dbg $pkgname-doc"
-source="https://include-what-you-use.org/downloads/include-what-you-use-$pkgver.src.tar.gz"
-builddir="$srcdir/$pkgname"
+source="$pkgname-$pkgver.tar.gz::https://github.com/include-what-you-use/include-what-you-use/archive/refs/tags/$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-$pkgver"
 
 # Tests are broken on other architectures.
 if [ "$CARCH" != x86_64 ]; then
@@ -64,5 +64,5 @@ package() {
 }
 
 sha512sums="
-3d3226cbe7ae1b3c1eb19b5647a103b3a20e33a06a2dc6f70ab5f6a90d8753646450f23d825c606bde75412fac40772cad057880da3e5e10323dd0b4b9a08af9  include-what-you-use-0.18.src.tar.gz
+0847ae898696b51540ab9f5715e69bae67db42409d60205227d543ba6597b12cc2ea5bf68a3315c31f22e7186e05c06a86f5ae5b893c23bfe4cd9ef6f06ccddc  include-what-you-use-0.19.tar.gz
 "
-- 
GitLab