Updated PKGBUILD to point to the correct package base directory.

This commit is contained in:
Reza Jahanbakhshi 2021-01-21 15:02:18 +01:00
parent 45c29b13c3
commit 2f90cbcaea
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 21.1.0_devel.133783.e10779a9f0d pkgver = 21.1.0_devel.133791.cec2ed7c80f
pkgrel = 1 pkgrel = 1
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64

View File

@ -12,7 +12,7 @@
pkgname=mesa-git pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=21.1.0_devel.133783.e10779a9f0d pkgver=21.1.0_devel.133791.cec2ed7c80f
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' makedepends=('git' 'python-mako' 'xorgproto'
@ -98,7 +98,7 @@ prepare() {
if [ -d _build ]; then if [ -d _build ]; then
rm -rf _build rm -rf _build
fi fi
cd "$srcdir/$_pkgbase/mesa" cd mesa
patch --forward --strip=1 --input="${srcdir}/8543.patch" patch --forward --strip=1 --input="${srcdir}/8543.patch"
} }