summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2022-11-10 21:02:36 +0100
committerLone_Wolf2022-11-10 21:02:36 +0100
commita80c11f2154da1801275464e5bd8a0e9b1401829 (patch)
treed88c28508f08daa8f1071ff9f48bfdd87089d1df
parentaf49b3818d0bf7cedc4315672e22f023b64dd211 (diff)
downloadaur-a80c11f2154da1801275464e5bd8a0e9b1401829.tar.gz
use --no-pager to prevent meson configure from waiting for input
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee4ab325a6ad..1b7d98d89ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-minimal-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 22.3.0_devel.162223.a71d068fd07
+ pkgver = 23.0.0_devel.162697.ecc2dfc503d
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 54e96605c9cc..a6c87d986e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=lib32-mesa-minimal-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=22.3.0_devel.162223.a71d068fd07
+pkgver=23.0.0_devel.162697.ecc2dfc503d
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -100,7 +100,7 @@ build () {
-D microsoft-clc=disabled \
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc
- meson configure _build
+ meson configure --no-pager _build
ninja $NINJAFLAGS -C _build
}