upg pciutils and improve runit-services-scr
This commit is contained in:
parent
ca380a3e80
commit
fbc3a534c1
4 changed files with 13 additions and 13 deletions
|
@ -5,8 +5,8 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=pciutils
|
||||
pkgver=3.7.0
|
||||
pkgrel=02
|
||||
pkgver=3.8.0
|
||||
pkgrel=01
|
||||
pkgdesc="PCI bus configuration space access library and tools"
|
||||
arch=(x86_64)
|
||||
url="https://mj.ucw.cz/sw/pciutils/"
|
||||
|
@ -37,5 +37,5 @@ license=('GPL2')
|
|||
|
||||
validpgpkeys=('5558F9399CD7836850553C6EC28E7847ED70F82D') # Martin Mares <mj@ucw.cz>
|
||||
|
||||
sha256sums=(08c27e01030d1fcc700d02bc2ea66c638f58a3d150e45e58852aa82ad4160d84 # pciutils-3.7.0.tar.gz
|
||||
f1c3ef27541bba787c1a12d96580cf4df0c169783b12eea5ca36717970eeba6b) # pciutils-3.7.0.tar.gz.sign
|
||||
sha256sums=(3f398d983aab42f3872e4e0ee9ecb1f0fd68f028e00246aa2ca7c3a7408d6fab # pciutils-3.8.0.tar.gz
|
||||
d726843b20502b14963f8f05da8528ccbab06cf5e39c9098542650df0cbd2ec5) # pciutils-3.8.0.tar.gz.sign
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=pciutils
|
||||
pkgver=3.7.0
|
||||
pkgver=3.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="PCI bus configuration space access library and tools"
|
||||
arch=(x86_64)
|
||||
license=('GPL2')
|
||||
url="https://mj.ucw.cz/sw/pciutils/"
|
||||
depends=('glibc' 'hwids' 'kmod')
|
||||
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})
|
||||
|
@ -14,9 +14,8 @@ source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}
|
|||
validpgpkeys=(
|
||||
'5558F9399CD7836850553C6EC28E7847ED70F82D' # Martin Mares <mj@ucw.cz>
|
||||
)
|
||||
|
||||
md5sums=('51554c538b5a57b61123326e14ea28a1'
|
||||
'SKIP')
|
||||
sha256sums=('3f398d983aab42f3872e4e0ee9ecb1f0fd68f028e00246aa2ca7c3a7408d6fab'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
git
|
||||
hwdata
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=runit-service-scripts
|
||||
pkgver=20220406
|
||||
pkgver=20220422
|
||||
pkgrel=01
|
||||
pkgdesc="A collection of services for runit - similar to Artix Linux"
|
||||
arch=(x86_64)
|
||||
|
@ -14,7 +14,7 @@ group=(base)
|
|||
backup=("etc/runit/sv/" "etc/runit/runsvdir/default/")
|
||||
makedepends=(sh)
|
||||
url="https://osdn.net/projects/joborun/storage"
|
||||
source=($url/tarballs/runit-sv3.tar.xz)
|
||||
source=($url/tarballs/runit-sv4.tar.xz)
|
||||
install=rss.install
|
||||
|
||||
package() {
|
||||
|
@ -31,4 +31,4 @@ package() {
|
|||
|
||||
license=(GPL)
|
||||
|
||||
sha256sums=(04f3680016e22a872bafd21cf701f3135aff31c74c504756a52600b7559853bc) # runit-sv3.tar.xz
|
||||
sha256sums=(7f5198a53e6bb0ae9e8777e777bd5f5b50ef9fa78732a377cd1ff390cf52d06d) # runit-sv4.tar.xz
|
||||
|
|
Loading…
Reference in a new issue