summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReza Jahanbakhshi2021-05-10 21:01:52 +0200
committerReza Jahanbakhshi2021-05-10 21:01:52 +0200
commit13f96e6e0d69c50c8ae960ec99568edba52ea480 (patch)
treed26253d97f2dfd48904c7bfe4b45dc00a0238c60
parent561f4a707acee34bcff2dddb9c49473f9cd5659a (diff)
downloadaur-13f96e6e0d69c50c8ae960ec99568edba52ea480.tar.gz
Default branch moved from master to main
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc89481ca8dd..b96c235b3db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 21.2.0_devel.138195.b8403192edd
+ pkgver = 21.2.0_devel.139447.c0068ef4953
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -58,7 +58,7 @@ pkgbase = mesa-git
conflicts = libva-mesa-driver
conflicts = mesa-vdpau
conflicts = vulkan-swrast
- source = mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git
+ source = mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main
source = LICENSE
md5sums = SKIP
md5sums = 5c65a0fe315dd347e09b1f2826a1df5a
diff --git a/PKGBUILD b/PKGBUILD
index 6f0870619341..4bd14d1eb9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=21.2.0_devel.138224.f601fd635bb
+pkgver=21.2.0_devel.139447.c0068ef4953
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -25,7 +25,7 @@ provides=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer
conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-swrast')
url="https://www.mesa3d.org"
license=('custom')
-source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git'
+source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main'
'LICENSE')
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a')