summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReza Jahanbakhshi2021-03-27 01:23:38 +0100
committerReza Jahanbakhshi2021-03-27 01:23:38 +0100
commit27652f405bc50c916ad096fb914962ab597938b3 (patch)
tree562d0f88b0a7e7490f34dacb3b12e9c98f4299e3
parent328f494747433686742d000cc0ed82120d46b5f3 (diff)
downloadaur-27652f405bc50c916ad096fb914962ab597938b3.tar.gz
Removing script file from /usr/bin is not necessary anymore.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98f3e2e46f76..9905bfb0b27a 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.1.0_devel.135859.a1e9a5d6534
+ pkgver = 21.1.0_devel.137126.ba8ddc0c683
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index dbb779f195f1..e083e14638a4 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.1.0_devel.135967.b33792b794f
+pkgver=21.1.0_devel.137126.ba8ddc0c683
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -149,11 +149,6 @@ build () {
package() {
DESTDIR="${pkgdir}" ninja $NINJAFLAGS -C _build install
- # remove script file from /usr/bin
- # https://gitlab.freedesktop.org/mesa/mesa/issues/2230
- rm "${pkgdir}/usr/bin/mesa-overlay-control.py"
- rmdir "${pkgdir}/usr/bin"
-
# indirect rendering
ln -s /usr/lib/libGLX_mesa.so.0 "${pkgdir}/usr/lib/libGLX_indirect.so.0"