upg meson mesa qt5-base arch-install-scripts

This commit is contained in:
joborun linux 2022-07-05 04:39:34 +03:00
parent b39b3a123e
commit acf58114ab
12 changed files with 42 additions and 26 deletions

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=arch-install-scripts
pkgver=24
pkgrel=02
pkgver=25
pkgrel=01
pkgdesc="Scripts to aid in installing Arch Linux"
arch=('any')
url="https://github.com/archlinux/arch-install-scripts"
@ -37,6 +37,9 @@ package() {
license=(GPL2)
validpgpkeys=(BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B) # Eli Schwartz
validpgpkeys=(BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B # Eli Schwartz
C100346676634E80C940FB9E9C02FF419FECBE16) # MortenLinderud
sha256sums=(SKIP)

View File

@ -1,9 +1,10 @@
# Maintainer: David Runge <dvzrv@archlinux.org>
# Maintainer: Morten Linderud <foxboron@archlinux.org>
# Contributor: Dave Reisner <dreisner@archlinux.org>
pkgname=arch-install-scripts
pkgver=24
pkgrel=2
pkgver=25
pkgrel=1
pkgdesc="Scripts to aid in installing Arch Linux"
arch=('any')
url="https://github.com/archlinux/arch-install-scripts"
@ -13,12 +14,12 @@ makedepends=('asciidoc' 'git')
source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed")
validpgpkeys=(
'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B' # Eli Schwartz
'C100346676634E80C940FB9E9C02FF419FECBE16' # MortenLinderud
)
md5sums=('SKIP')
sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
git describe | sed 's/^v//'
}

View File

@ -1 +1,4 @@
git asciidoc
git
asciidoc

View File

@ -1 +1,2 @@
gpg -v --recv-key CEB167EFB5722BD6
gpg --recv-keys 9C02FF419FECBE16

View File

@ -8,8 +8,8 @@
pkgbase=mesa
pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
pkgdesc="An open-source implementation of the OpenGL specification w/o zstd"
pkgver=22.1.2
pkgrel=03
pkgver=22.1.3
pkgrel=01
arch=('x86_64')
#options=(debug) # uncomment this if you want the debug package built
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
@ -224,8 +224,7 @@ validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D' # Emil Velikov <emil.l
'71C4B75620BC75708B4BDB254C95FAAB3EB073EC' # Dylan Baker <dylan@pnwbakers.com>
'57551DE15B968F6341C248F68D8E31AFC32428A6') # Eric Engestrom <eric@engestrom.ch>
sha256sums=(0971226b4a6a3d10cfc255736b33e4017e18c14c9db1e53863ac1f8ae0deb9ea # mesa-22.1.2.tar.xz
81b087223b6ae0befe4f94228561d19f25db0983fae14c69d2713df0f3a19aa4 # mesa-22.1.2.tar.xz.sig
sha256sums=(b98f32ba7aa2a1ff5725fb36eb999c693079f0ca16f70aa2f103e2b6c3f093e3 # mesa-22.1.3.tar.xz
5710bcc458be4aba09a9ab68d8d6973b83d63264db507e3e69e46fb48120cf4f # mesa-22.1.3.tar.xz.sig
7052ba73bb07ea78873a2431ee4e828f4e72bda7d176d07f770fa48373dec537) # LICENSE

View File

@ -1,5 +1,14 @@
22.1.2
real 28m46.262s
user 99m9.888s
sys 3m14.831s
22.1.3
real 38m28.209s
user 145m18.135s
sys 4m10.599s

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=meson
pkgver=0.62.2
pkgver=0.63.0
pkgrel=01
pkgdesc='High productivity build system'
url='https://mesonbuild.com/'
@ -67,9 +67,8 @@ license=('Apache')
validpgpkeys=('19E2D6D9B46D8DAA6288F877C24E631BABB1FE70') # Jussi Pakkanen <jpakkane@gmail.com>
sha256sums=(a7669e4c4110b06b743d57cc5d6432591a6677ef2402139fe4f3d42ac13380b0 # meson-0.62.2.tar.gz
2341f533355e9bca067b11829471c6e04f1b8c9295607d8f2692b9b9e163f645 # meson-0.62.2.tar.gz.asc
sha256sums=(3b51d451744c2bc71838524ec8d96cd4f8c4793d5b8d5d0d0a9c8a4f7c94cd6f # meson-0.63.0.tar.gz
faff5784c9707391fa7dfc68be64b17e76ecfd5f782c3209603161cc9d0d0a57 # meson-0.63.0.tar.gz.asc
2c705c917c1690bda95962858b73e118c3be22a825765845cddcbdf26b960820 # 0001-Skip-broken-tests.patch
ac3387ed5759cc512b1f2a4e5b3dd940274b02f943a7e5d644792ee714e6b95e # arch-meson
b2aeae2787cf8f3ffb8778ee7f1a434895b1512bc0bdb33528c4cb2aeb067904) # jobo-meson

View File

@ -3,7 +3,7 @@
# Contributor: Anatol Pomozov <anatol dot pomozov at gmail>
pkgname=meson
pkgver=0.62.2
pkgver=0.63.0
pkgrel=1
pkgdesc='High productivity build system'
url='https://mesonbuild.com/'
@ -19,7 +19,7 @@ checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' '
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
0001-Skip-broken-tests.patch
arch-meson)
sha512sums=('4089588701f0f702eb3b794e0ede78b99f13ec7545d1a7470c7bfd6a857de59673684a543928dd578402578c53f38365a3a59e3e29022fd30a525353818a4195'
sha512sums=('8d427261bb42d2bd1da7d4f7b5f53908044aa2cea6d020fb320b0ab9d9848e17cf28deb12ae6dc139807f9e377db0c8a546561e94301216b634bd77703f17cea'
'SKIP'
'd94c5b102835704e38ae778f0d420b30b4acf64f4321304ad63472a3fb044fcdc2fcb18edf47e239678534e107b6b892ee5328f0840d6649e10201bcf072e8f8'
'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')

View File

@ -1 +1 @@
rm -rvf {src,pkg,meson*.tar.gz*,*.patch}
rm -rvf {src,pkg,meson*.tar.gz*}

View File

@ -47,8 +47,7 @@ gettext
gtk3
netcdf
python-pytest-forked
wayland-protocols
libmicrohttpd
python-setuptools ninja

View File

@ -8,8 +8,8 @@
pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
_basever=5.15.5
pkgver=5.15.5+kde+r166
_commit=75c0053006d05c930749652dfb0120c5a78689de
pkgver=5.15.5+kde+r167
_commit=e376d1dce5179b0aae7be4960e7e03e8aafa46d8
pkgrel=01
arch=('x86_64')
url='https://www.qt.io'
@ -120,3 +120,5 @@ sha256sums=(SKIP
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78 # qmake-cflags.patch
4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa) # qmake-config.patch

View File

@ -4,9 +4,9 @@
pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
_basever=5.15.5
pkgver=5.15.5+kde+r166
pkgver=5.15.5+kde+r167
pkgrel=1
_commit=75c0053006d05c930749652dfb0120c5a78689de
_commit=e376d1dce5179b0aae7be4960e7e03e8aafa46d8
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')