upg mkinitcpio mkinitcpio-busybox hdparm nspr btrfs-progs

This commit is contained in:
joborun linux 2022-09-14 23:10:18 +03:00
parent 7ed60b8217
commit f1c2c2ed8d
12 changed files with 47 additions and 57 deletions

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=btrfs-progs
pkgver=5.19
pkgver=5.19.1
pkgrel=01
pkgdesc='Btrfs filesystem utilities w/o systemd'
arch=('x86_64')
@ -68,10 +68,9 @@ license=('GPL2')
validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
sha256sums=(1fbcf06e4b2f80e7a127fd687ed4625a5b74fa674fe212c836ff70e0edfcccf9 # btrfs-progs-v5.19.tar.xz
532e7c73cc3dcb9efb56c8500d045d664e2d35f13057df50655e68cb93c5e25e # btrfs-progs-v5.19.tar.sign
sha256sums=(26429e540343ccc7f5d4b3f8f42b916713280e898c5471da705026ef6d2c10a6 # btrfs-progs-v5.19.1.tar.xz
05689965bb3e54ecc98427ea4d241657668606aeee2df43baec8c4b21b41b485 # btrfs-progs-v5.19.1.tar.sign
bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4 # initcpio-install-btrfs
35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5) # initcpio-hook-btrfs

View File

@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=btrfs-progs
pkgver=5.19
pkgver=5.19.1
pkgrel=1
pkgdesc='Btrfs filesystem utilities'
arch=('x86_64')
@ -26,7 +26,7 @@ source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-
install=btrfs-progs.install
options=(!staticlibs)
sha256sums=('SKIP'
'1fbcf06e4b2f80e7a127fd687ed4625a5b74fa674fe212c836ff70e0edfcccf9'
'26429e540343ccc7f5d4b3f8f42b916713280e898c5471da705026ef6d2c10a6'
'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=hdparm
pkgver=9.64
pkgver=9.65
pkgrel=01
pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
arch=(x86_64)
@ -48,5 +48,7 @@ package() {
license=('BSD')
sha256sums=(315b956951c3fea027287de204381534217c0bd0f37b4935877fe2db0cab859a # hdparm-9.64.tar.gz
sha256sums=(d14929f910d060932e717e9382425d47c2e7144235a53713d55a94f7de535a4b # hdparm-9.65.tar.gz
77ffdda10ff4006d873ef71f00e562992e1f256d3d6d14bfcc10c57d7e4449c1) # pass-ldflags.patch

View File

@ -1,7 +1,7 @@
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=hdparm
pkgver=9.64
pkgver=9.65
pkgrel=1
pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
arch=(x86_64)
@ -10,7 +10,7 @@ source=(https://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver
pass-ldflags.patch)
license=('BSD')
url="https://sourceforge.net/projects/hdparm/"
sha512sums=('c561825143d8872cc2940bd6ba72162f91792bd63b6a8511058e79cc96feb6a4a9d22275581ef2eefab64a4035587b3a63175ccc58fa46f1059b4680d9d58ec4'
sha512sums=('4ffc8902b90cee10d68af8ddb9f3b9454d523ecd49cdaaed254b4d7a999462a8ad5ec1bb5d7684b09fefa41b5941ab533b167dad290003b51c795a633ca88913'
'4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
prepare() {

View File

@ -1,2 +1,3 @@

View File

@ -1,12 +1,13 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=mkinitcpio-busybox
pkgver=1.35.0
pkgrel=01
pkgrel=02
pkgdesc='Base initramfs tools'
arch=(x86_64)
url="https://www.busybox.net/"
@ -43,3 +44,4 @@ validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B') # Denis Vlasenko <vda.
sha256sums=(faeeb244c35a348a334f4a59e44626ee870fb07b6884d68c10ae8bc19f83a694 # busybox-1.35.0.tar.bz2
c85450ac2bf121ca30585304145e7088cd6c2aecfb2a85448d1a7586fd32039b # busybox-1.35.0.tar.bz2.sig
fe7bd3c7150c25a8ad24190d305a012b84766f34847a7efc7126e19261b0c711) # config

View File

@ -7,56 +7,35 @@
pkgname=mkinitcpio
pkgver=31
pkgrel=03
pkgrel=04
pkgdesc='Modular initramfs image creation utility w/o systemd'
_url='https://github.com/archlinux/mkinitcpio'
#_url='https://github.com/archlinux/mkinitcpio'
url="https://sources.archlinux.org/other"
source=("$url/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
'001-remove-systemd-and-kept-gzip-as-default.patch'
'add_udev_rule_function.patch'
'0001-Fix-the-warning-about-missing-modules.builtin.modinf.patch')
makedepends=('binutils' 'asciidoc' 'sed')
arch=(x86_64)
install=mkinitcpio.install
depends=( 'mkinitcpio-busybox>=1.19.4-2'
'kmod'
'util-linux>=2.23'
'libarchive'
'coreutils'
'awk'
'bash'
'findutils'
'grep'
'filesystem>=2021.10-17'
'gzip'
'lz4'
'sed'
)
depends=('awk' 'mkinitcpio-busybox>=1.35.0' 'kmod' 'util-linux>=2.38' 'libarchive' 'coreutils'
'bash' 'binutils' 'diffutils' 'findutils' 'grep' 'filesystem>=2022.07-07' 'gzip' 'lz4' 'sed')
optdepends=(
'xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'
'lzop: Use lzo compression for the initramfs image'
'lz4: Use lz4 compression for the initramfs image'
'zstd: Use zstd compression for the initramfs image'
'mkinitcpio-nfs-utils: Support for root filesystem on NFS'
'zstd: Use zstd compression for the initramfs image'
)
backup=(
'etc/mkinitcpio.conf'
)
provides=(
"mkinitcpio=$pkgver-$pkgrel"
'initramfs'
)
provides=("mkinitcpio=$pkgver-$pkgrel"
'initramfs')
backup=('etc/mkinitcpio.conf')
source=("$url/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
'001-remove-systemd-and-kept-gzip-as-default.patch'
# 'add_udev_rule_function.patch'
'0001-Fix-the-warning-about-missing-modules.builtin.modinf.patch')
prepare() {
cd $pkgname-$pkgver
## Apply 0003-remove-systemd.patch
patch -Np1 < $srcdir/001-remove-systemd-and-kept-gzip-as-default.patch
patch -Np1 < $srcdir/add_udev_rule_function.patch
# patch -Np1 < $srcdir/add_udev_rule_function.patch
patch -Np1 < "$srcdir"/0001-Fix-the-warning-about-missing-modules.builtin.modinf.patch
}
@ -76,7 +55,8 @@ validpgpkeys=('ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB') # Giancarlo Razzolini
sha256sums=(8f2811250b852ab78375bf90e1a7430daa132e57e128b0f6eaadddd9b27bbc63 # mkinitcpio-31.tar.gz
493e04724241e28d9d089bf09748f36b79fd455cb4e62c2e5c8c3d5fb67b6d62 # mkinitcpio-31.tar.gz.sig
a7dcad6ec0a3ea32896f2ca218ea4ba1550feaed25d58ed609bfbb7f9fd03619 # 001-remove-systemd-and-kept-gzip-as-default.patch
0fd3bc75aeb24d3ac272e2f8500fe289ec8606295b25fa299b80ac0834efdbe8 # add_udev_rule_function.patch
a7dcad6ec0a3ea32896f2ca218ea4ba1550feaed25d58ed609bfbb7f9fd03619 # 001-remove-systemd-and-kept-gzip-as-default.patch
# 0fd3bc75aeb24d3ac272e2f8500fe289ec8606295b25fa299b80ac0834efdbe8 # add_udev_rule_function.patch
127816da46476bc37178d1484fb531c97cd269b520f033bcb5841c41d16c34bb) # 0001-Fix-the-warning-about-missing-modules.builtin.modinf.patch

View File

@ -2,3 +2,4 @@ asciidoc
mkinitcpio-busybox

View File

@ -1,11 +1,12 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=nspr
pkgver=4.34.1
pkgver=4.35
pkgrel=01
pkgdesc="Netscape Portable Runtime"
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR"
@ -13,7 +14,7 @@ arch=(x86_64)
depends=(glibc sh)
#options=(debug) # uncomment this line to produce the debug pkg
makedepends=(zip mercurial)
_revision=8ade27144af69b35b1aef37e3f9e1353258b7d70
_revision=b563bfc16c887c48b038b7b441fcc4e40a126d3b
source=("hg+https://hg.mozilla.org/projects/nspr#revision=$_revision")
pkgver() {

View File

@ -3,7 +3,7 @@
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=nspr
pkgver=4.34.1
pkgver=4.35
pkgrel=1
pkgdesc="Netscape Portable Runtime"
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR"
@ -12,7 +12,7 @@ license=(MPL GPL)
depends=(glibc sh)
makedepends=(zip mercurial)
options=(debug)
_revision=8ade27144af69b35b1aef37e3f9e1353258b7d70
_revision=b563bfc16c887c48b038b7b441fcc4e40a126d3b
source=("hg+https://hg.mozilla.org/projects/nspr#revision=$_revision")
sha256sums=('SKIP')

View File

@ -2,3 +2,4 @@ zip
mercurial

View File

@ -1,3 +1,6 @@
real 0m15.442s
user 0m11.993s
sys 0m1.319s
real 0m42.201s
user 0m18.540s
sys 0m1.935s