upg archlinux-keyrin jobbot libmpc pciutils python wpa_supplicant

This commit is contained in:
joborun linux 2022-12-20 15:27:17 +02:00
parent f449675e97
commit 59e7ef8a18
15 changed files with 79 additions and 61 deletions

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=archlinux-keyring
_tag='8a92fbf353d20ec1455537aa91966d2083454643' # git rev-parse ${pkgver}
pkgver=20221213
_tag='7a839755ea1efc50f54c07b97a430cd12e1b7d72' # git rev-parse ${pkgver}
pkgver=20221219
pkgrel=01
pkgdesc='Arch Linux PGP keyring'
arch=(any)
@ -56,3 +56,4 @@ sha256sums=(SKIP)
# 6ad0811c7711857c4486492fdf9c68ac4c429118d57467e050aeff0be241c532 archlinux-keyring-20221219-01-any.pkg.tar.xz

View File

@ -2,8 +2,8 @@
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=archlinux-keyring
_tag='8a92fbf353d20ec1455537aa91966d2083454643' # git rev-parse ${pkgver}
pkgver=20221213
_tag='7a839755ea1efc50f54c07b97a430cd12e1b7d72' # git rev-parse ${pkgver}
pkgver=20221219
pkgrel=1
pkgdesc='Arch Linux PGP keyring'
arch=('any')

View File

@ -8,13 +8,13 @@
pkgname=jobbot
pkgdesc='Minimal set of packages to maintain the building chroot for JOBORun Linux'
pkgver=0.3
pkgrel=03
pkgrel=04
groups=( jobbot )
arch=(x86_64)
source=( README-jobbot.txt Qsq ckchroot)
depends=( acl archlinux-keyring obarun-keyring joborun-keyring attr audit bash
binutils brotli bzip2 ca-certificates ca-certificates-mozilla ca-certificates-utils
coreutils cower curl dbus diffutils e2fsprogs elfutils expat fakeroot file
coreutils cower curl db dbus diffutils e2fsprogs elfutils expat fakeroot file
filesystem findutils flex gawk gc gcc gcc-libs gdbm glib2 glibc gmp gnupg gnutls gpgme
grep groff guile gzip hwdata iana-etc icu iproute2 iptables iputils jansson keyutils
kmod krb5 less libarchive libassuan libcap libcap-ng libelf libeudev libffi libgcrypt
@ -42,6 +42,6 @@ package() {
license=('ISC')
sha256sums=(7f0b1d6bff4b8ce726c9acf68e86f6cc88dc9c7e60b6567048427c9f26dd3bfd # README-jobbot.txt
d20311203ca5a514aebb2747ea807f3aaebca66b78e8caac0889f72d58db180d # Qsq
86fcaa270deb112354c1b462a3e875647ec4c7140b085e5cf4f4d0d6e6831767 # Qsq
50febbb21bb779f43b93c7f8e65ba4cbff0c6b32cddd45ecb9118fc801581d99) # ckchroot

View File

@ -13,6 +13,7 @@ ca-certificates-utils
coreutils
cower
curl
db
db5.3
dbus
diffutils

View File

@ -6,19 +6,19 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libmpc
pkgver=1.3.0
pkgrel=02
pkgver=1.3.1
pkgrel=01
pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision"
arch=('x86_64')
url="http://www.multiprecision.org/"
depends=('mpfr')
source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver/_/-}.tar.gz{,.sig}
mpc-fix-includes.patch)
source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver/_/-}.tar.gz{,.sig})
# mpc-fix-includes.patch)
prepare() {
cd mpc-$pkgver
patch -p1 < ../mpc-fix-includes.patch # Fix build of gcc
}
#prepare() {
# cd mpc-$pkgver
# patch -p1 < ../mpc-fix-includes.patch # Fix build of gcc
#}
build() {
cd mpc-$pkgver
@ -43,7 +43,7 @@ license=('LGPL')
validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3') # Andreas Enge
sha256sums=(0e3b12181d37207230f5a7a7ddcfc22abfc5fc9c05825e1a65401a489a432a2a # mpc-1.3.0.tar.gz
07ebe32c185dfdabc742e9c84e39d1481e06771b665f4d55a9a5ccf355f6e3ca # mpc-1.3.0.tar.gz.sig
998032f3a42a6774970464ad7a8dd47d028b5da601dbe11c7853485a1dc85509) # mpc-fix-includes.patch
sha256sums=(ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 # mpc-1.3.1.tar.gz
1e34f97870c82ba4ba3e96e3f134906e3d1a43b88ed52061bf1b44f3b6ed1991) # mpc-1.3.1.tar.gz.sig

View File

@ -2,25 +2,18 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=libmpc
pkgver=1.3.0
pkgrel=2
pkgver=1.3.1
pkgrel=1
pkgdesc='Library for the arithmetic of complex numbers with arbitrarily high precision'
arch=(x86_64)
url='http://www.multiprecision.org/'
license=(LGPL)
depends=(mpfr)
source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver/_/-}.tar.gz{,.sig}
mpc-fix-includes.patch)
sha256sums=('0e3b12181d37207230f5a7a7ddcfc22abfc5fc9c05825e1a65401a489a432a2a'
'SKIP'
'998032f3a42a6774970464ad7a8dd47d028b5da601dbe11c7853485a1dc85509')
source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver/_/-}.tar.gz{,.sig})
sha256sums=('ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8'
'SKIP')
validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3') # Andreas Enge
prepare() {
cd mpc-$pkgver
patch -p1 < ../mpc-fix-includes.patch # Fix build of gcc
}
build() {
cd mpc-$pkgver
./configure --prefix=/usr

View File

@ -1,4 +1,6 @@
real 0m22.237s
user 1m8.430s
sys 0m4.894s
real 1m3.438s
user 1m0.406s
sys 0m4.752s

View File

@ -11,10 +11,16 @@ pkgrel=02
pkgdesc="PCI bus configuration space access library and tools"
arch=(x86_64)
url="https://mj.ucw.cz/sw/pciutils/"
url2="https://www.kernel.org/pub/software/utils/pciutils/"
depends=('glibc' 'hwdata' 'kmod')
#makedepends=('git')
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
https://mj.ucw.cz/download/linux/pci/${pkgname}-${pkgver}.tar.gz{,.sign})
optdepends=('which: for update-pciids'
'grep: for update-pciids'
'curl: for update-pciids')
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
# https://mirrors.edge.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.{xz,sign})
https://mirrors.edge.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.xz)
# https://mj.ucw.cz/download/linux/pci/${pkgname}-${pkgver}.tar.gz{,.sign})
#git+https://github.com/pciutils/pciutils.git#tag=v$pkgver?signed)
build() {
@ -35,12 +41,21 @@ package() {
license=('GPL2')
### temporarily unresponsive keyserver pkg will be remade later as pkgrel 02
### 01 in the repositories was made by commenting out gpgkeys and .sign source files
validpgpkeys=(C466A56CADA981F4297D20C31F3D0761D9B65F0B) # Martin Mares <mj@ucw.cz>
#'5558F9399CD7836850553C6EC28E7847ED70F82D') # Martin Mares <mj@ucw.cz>
### temporarily unresponsive keyserver pkg will be remade later as pkgrel 03
### 03 in the repositories was made by commenting out gpgkeys and .sign source files
validpgpkeys=(C466A56CADA981F4297D20C31F3D0761D9B65F0B # Martin Mares <mj@ucw.cz>
5558F9399CD7836850553C6EC28E7847ED70F82D) # Martin Mares <mj@ucw.cz>
sha256sums=(8953a785b2e3af414434b8fdcbfb75c90758819631001e60dd3afb89b22b2331 # pciutils-3.9.0.tar.gz
e1f32991072cc621d99a2437a923af09951cf1ad95e578a359b4e486cf641d58) # pciutils-3.9.0.tar.gz.sign
sha256sums=(cdea7ae97239dee23249a09c68a19a287a3f109fbeb2c232ebb616cb38599012) # pciutils-3.9.0.tar.xz
# 1705b004d3a638836e7444f3892c299db186a0121ff2635eada4ea35533e690e) # pciutils-3.9.0.tar.sign
#8953a785b2e3af414434b8fdcbfb75c90758819631001e60dd3afb89b22b2331) # pciutils-3.9.0.tar.gz
# e1f32991072cc621d99a2437a923af09951cf1ad95e578a359b4e486cf641d58) # pciutils-3.9.0.tar.gz.sign
# https://mirrors.edge.kernel.org/pub/software/utils/pciutils/sha256sums.asc
# 01f5b9ee8eff577e9953a43bafb3ead76e0654a7288dc26d79627074956fb1e0 pciutils-3.9.0.tar.gz
# cdea7ae97239dee23249a09c68a19a287a3f109fbeb2c232ebb616cb38599012 pciutils-3.9.0.tar.xz
# 8953a785b2e3af414434b8fdcbfb75c90758819631001e60dd3afb89b22b2331 pciutils-3.9.0.tar.gz
# e1f32991072cc621d99a2437a923af09951cf1ad95e578a359b4e486cf641d58 pciutils-3.9.0.tar.gz.sign
# cdea7ae97239dee23249a09c68a19a287a3f109fbeb2c232ebb616cb38599012 pciutils-3.9.0.tar.xz

View File

@ -1,13 +1,16 @@
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=pciutils
pkgver=3.9.0
pkgrel=1
pkgrel=2
pkgdesc="PCI bus configuration space access library and tools"
arch=(x86_64)
license=('GPL2')
url="https://mj.ucw.cz/sw/pciutils/"
depends=('glibc' 'hwdata' 'kmod')
makedepends=('git')
optdepends=('which: for update-pciids'
'grep: for update-pciids'
'curl: for update-pciids')
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
https://mj.ucw.cz/download/linux/pci/${pkgname}-${pkgver}.tar.gz{,.sign})
#git+https://github.com/pciutils/pciutils.git#tag=v$pkgver?signed)

View File

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

View File

@ -1,3 +1,6 @@
real 0m4.191s
user 0m9.425s
sys 0m0.761s
real 0m7.882s
user 0m7.314s
sys 0m0.590s

View File

@ -8,8 +8,8 @@
shopt -s extglob
pkgbase=python
pkgname=(python python-tests)
pkgver=3.10.8
pkgrel=03
pkgver=3.10.9
pkgrel=01
_pybasever=${pkgver%.*}
pkgdesc="Next generation of the python high-level scripting language - no ipv6 "
arch=('x86_64')
@ -54,7 +54,6 @@ build() {
--disable-ipv6 \
--with-system-expat \
--with-dbmliborder=gdbm:ndbm \
--with-system-ffi \
--with-system-libmpdec \
--enable-loadable-sqlite-extensions \
--without-ensurepip \
@ -163,11 +162,10 @@ validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python re
'E3FF2839C048B25C084DEBE9B26995E310250568' # Łukasz Langa (GPG langa.pl) <lukasz@langa.pl>
'A035C8C19219BA821ECEA86B64E628F8D684696D') # Pablo Galindo Salgado <pablogsal@gmail.com>
sha256sums=(6a30ecde59c47048013eb5a658c9b5dec277203d2793667f578df7671f7f03f3 # Python-3.10.8.tar.xz
e0f6c26fcfea8b6047ee5cfe46dbdbbeb71d975c4f5fa72673777c87c016eaf3) # Python-3.10.8.tar.xz.asc
#fa8b36afe3937ef0bdd4c1655c6e07e3d86fc8c8756ddb6160d4eea90dafdf1e python-3.10.8-03-x86_64.pkg.tar.xz
#6a7c2356d10ebd74d4702334777f9cf77e34b4af79d1d16a853907604d613520 python-tests-3.10.8-03-x86_64.pkg.tar.xz
sha256sums=(5ae03e308260164baba39921fdb4dbf8e6d03d8235a939d4582b33f0b5e46a83 # Python-3.10.9.tar.xz
74eab0f8a2f3d50bc4366d2e0fbfbe9c9c63ac68dfb2184589b44a5756bc63c4) # Python-3.10.9.tar.xz.asc
sha512sums=('d66ea8adeb6dc4951e612175f8838b3092967ff275b7a3470f2d86f470036aa2221e722c3144d90bcd230b88efd53dde204213f72f703e524e4b833e2ccc68e2'
'SKIP')

View File

@ -8,8 +8,8 @@ shopt -s extglob
pkgbase=python
pkgname=(python python-tests)
pkgver=3.10.8
pkgrel=3
pkgver=3.10.9
pkgrel=1
_pybasever=${pkgver%.*}
pkgdesc="Next generation of the python high-level scripting language"
arch=('x86_64')
@ -19,7 +19,7 @@ options=('debug')
depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib')
makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 'xorg-server-xvfb' 'ttf-font')
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc})
sha512sums=('40e3e77d79618c81d6fc57c5d119b99c2959dcf932f40aad6b26f2ec39c5e713e6ff298f7597b4fad2ab94680db3732483b5ca0a45e6ae58c14580b3ea44cb0f'
sha512sums=('d66ea8adeb6dc4951e612175f8838b3092967ff275b7a3470f2d86f470036aa2221e722c3144d90bcd230b88efd53dde204213f72f703e524e4b833e2ccc68e2'
'SKIP')
validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python release signing key) <nad@python.org>
'E3FF2839C048B25C084DEBE9B26995E310250568' # Łukasz Langa (GPG langa.pl) <lukasz@langa.pl>
@ -53,7 +53,6 @@ build() {
--enable-ipv6 \
--with-system-expat \
--with-dbmliborder=gdbm:ndbm \
--with-system-ffi \
--with-system-libmpdec \
--enable-loadable-sqlite-extensions \
--without-ensurepip \

View File

@ -101,3 +101,4 @@ sha256sums=(20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f #
7901d42eda48f82106901cbeb5e7be39025c878d5085a0a0d54ccbe36c3ecef4 # 0001-nl80211-add-extra-ies-only-if-allowed-by-driver.patch
24e844b0a08fe3fede1676cedfe29643375ae56ab1a5fe4f5783765a7b759c15) # 0002-AP-guard-FT-SAE-code-with-CONFIG_IEEE80211R_AP.patch

View File

@ -1,3 +1,5 @@
pcsclite