diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-02 15:58:25 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-02 15:58:25 +0200 |
commit | 95884c648e5fc81bfe59fa0e6b6d0e2a1f44d94e (patch) | |
tree | c06611391e7657ed9853aadabc693737caab4a83 /mesa | |
parent | cef059177d70171e34b7621e78bf58d9eebbd162 (diff) | |
download | xorg-95884c648e5fc81bfe59fa0e6b6d0e2a1f44d94e.tar.gz xorg-95884c648e5fc81bfe59fa0e6b6d0e2a1f44d94e.tar.xz |
mesa: 22.1.2 -> 22.1.3
Diffstat (limited to 'mesa')
-rw-r--r-- | mesa/.signature | 6 | ||||
-rw-r--r-- | mesa/Pkgfile | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mesa/.signature b/mesa/.signature index a87030b1..46ce64a7 100644 --- a/mesa/.signature +++ b/mesa/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndJZvU9DEvCsbZkYzaMc/D14WPB2q3pcL5FJhsNRUilU7MX8osF0lYYj7phpvpbhf1bNWIHcsZC7HLgYixvF1AAc= -SHA256 (Pkgfile) = 14aba8f8bd9158232b9f6a4ad26710abe761c0b18ebf9033326db5678b3f686c +RWTSGWF5Q7TndPzoBIWNB2a8Xz7joIri3RIYqJCAgiehpLSc4QJdV6Oy0Fmcv0JnFOQFGmMk8UVGVf8G3mtpteUTVkYP3Vx4tAQ= +SHA256 (Pkgfile) = decd4a3adc1f4aceefd93629b95b2b63da316a905e46b344695fd206ea6cfe9b SHA256 (.footprint) = 3730189691884ab819d74ba20afa35a994a4bea01e5192373a83700a03dddbce -SHA256 (mesa-22.1.2.tar.xz) = 0971226b4a6a3d10cfc255736b33e4017e18c14c9db1e53863ac1f8ae0deb9ea +SHA256 (mesa-22.1.3.tar.xz) = b98f32ba7aa2a1ff5725fb36eb999c693079f0ca16f70aa2f103e2b6c3f093e3 diff --git a/mesa/Pkgfile b/mesa/Pkgfile index 0fb70d4e..0f438f76 100644 --- a/mesa/Pkgfile +++ b/mesa/Pkgfile @@ -5,8 +5,8 @@ # Optional: libva libvdpau wayland-protocols name=mesa -version=22.1.2 -release=2 +version=22.1.3 +release=1 source=(https://archive.mesa3d.org/$name-$version.tar.xz) build() { @@ -26,7 +26,6 @@ build() { --sysconfdir=/etc \ --buildtype=plain \ --wrap-mode nodownload \ - -D b_lto=true \ -D b_pie=true \ -D dri3=enabled \ -D egl=enabled \ |