From 1865ea2cfb167747a6d8646baf99efae12384096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 23 Jun 2024 19:14:12 +0300 Subject: [PATCH] source --- qt6-qtgraphs/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt6-qtgraphs/alr.sh b/qt6-qtgraphs/alr.sh index f8b7dc5..5b18151 100644 --- a/qt6-qtgraphs/alr.sh +++ b/qt6-qtgraphs/alr.sh @@ -12,7 +12,7 @@ conflicts=('qt6-qtgraphs') deps=('gcc-libs' 'glibc' 'qt6-base' 'qt6-declarative' 'qt6-quick3d') build_deps=('cmake' 'git' 'ninja-build' 'qt6-qtshadertools') -source=("https://github.com/qt/qtgraphs/archive/refs/tags/v$version.tar.gz") +source=("git+https://github.com/qt/qtgraphs.git#tag=v${version}") sha256sums=('SKIP') build() {