summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReza Jahanbakhshi2021-05-10 21:12:11 +0200
committerReza Jahanbakhshi2021-05-10 21:12:11 +0200
commit7500c2f76c58b200c2003adfe7b3e64e4b21c53f (patch)
treed296fb5e810cdd614342676e789b874b500d11f5
parentfdaf9e7c3da379ff6cf6ef1e78bd5e1ceaa600d8 (diff)
downloadaur-7500c2f76c58b200c2003adfe7b3e64e4b21c53f.tar.gz
Default branch changed from master to main in the upstream.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b1418a21e16..03df5a7b10d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 21.1.0_devel.137129.4b1217146d3
+ pkgver = 21.2.0_devel.139242.a1c56b80915
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = lib32-mesa-git
conflicts = lib32-vulkan-radeon
conflicts = lib32-libva-mesa-driver
conflicts = lib32-mesa-vdpau
- source = mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git
+ source = mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main
source = LICENSE
source = llvm32.native
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8522e455d914..a294dc5572f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=lib32-mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=21.1.0_devel.137129.4b1217146d3
+pkgver=21.2.0_devel.139447.c0068ef4953
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -25,7 +25,7 @@ provides=('lib32-mesa' 'lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-m
conflicts=('lib32-mesa' 'lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau')
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'
'llvm32.native'
)