replaced python2 makedepend with python3 version
This commit is contained in:
parent
56e1a028e3
commit
93556d0a63
4
.SRCINFO
4
.SRCINFO
@ -1,12 +1,12 @@
|
|||||||
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 = 18.3.0_devel.104034.3dc22381fa
|
pkgver = 18.3.0_devel.104104.de57926dc9
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://mesa3d.sourceforge.net
|
url = http://mesa3d.sourceforge.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = python2-mako
|
makedepends = python-mako
|
||||||
makedepends = llvm-svn
|
makedepends = llvm-svn
|
||||||
makedepends = clang-svn
|
makedepends = clang-svn
|
||||||
makedepends = xorgproto
|
makedepends = xorgproto
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -12,10 +12,10 @@
|
|||||||
pkgbase=mesa-git
|
pkgbase=mesa-git
|
||||||
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=18.3.0_devel.104034.3dc22381fa
|
pkgver=18.3.0_devel.104104.de57926dc9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'python2-mako' 'llvm-svn' 'clang-svn' 'xorgproto'
|
makedepends=('git' 'python-mako' 'llvm-svn' 'clang-svn' 'xorgproto'
|
||||||
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio'
|
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio'
|
||||||
'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland' 'wayland-protocols' 'meson')
|
'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland' 'wayland-protocols' 'meson')
|
||||||
# removed libclc from makedepends
|
# removed libclc from makedepends
|
||||||
|
Loading…
Reference in New Issue
Block a user