summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2020-02-11 23:44:58 +0100
committerLW-archlinux2020-02-11 23:44:58 +0100
commit9d52ad24971f5cd317a032aed8b7eecaa7d38770 (patch)
tree080898b874fb304cfdd149e5eafb921fd4d90831
parentfd989d6a747388287c1ab33316b7a2f8265f71a7 (diff)
downloadaur-9d52ad24971f5cd317a032aed8b7eecaa7d38770.tar.gz
switched source to https://gitlab.freedesktop.org/mesa/mesa.git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4619cf1a99b3..d63e545a15f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -55,7 +55,7 @@ pkgbase = mesa-git
conflicts = vulkan-mesa-layer
conflicts = libva-mesa-driver
conflicts = mesa-vdpau
- source = mesa::git://anongit.freedesktop.org/mesa/mesa
+ source = mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git
source = LICENSE
md5sums = SKIP
md5sums = 5c65a0fe315dd347e09b1f2826a1df5a
diff --git a/PKGBUILD b/PKGBUILD
index 9decd32848f2..5529ca8903d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ provides=(mesa=$pkgver-$pkgrel vulkan-intel=$pkgver-$pkgrel vulkan-radeon=$pkgve
conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau')
url="https://www.mesa3d.org"
license=('custom')
-source=('mesa::git://anongit.freedesktop.org/mesa/mesa'
+source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git'
'LICENSE')
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a')