From cfa80fe8cfd3f0680a00587d22de268c9912e8d7 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Wed, 16 Oct 2024 00:18:36 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chwd:=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chwd/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chwd/PKGBUILD b/chwd/PKGBUILD index 02257ffb..3d8f1843 100644 --- a/chwd/PKGBUILD +++ b/chwd/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Vasiliy Stelmachenok pkgname=chwd -pkgver=1.9.1 +pkgver=1.10.0 pkgrel=1 pkgdesc="CachyOS Hardware Detection Tool" arch=(x86_64) @@ -15,7 +15,7 @@ replaces=('chwd-db') conflicts=('chwd-db') groups=('cachyos') source=("chwd-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('81d69536bc31f94d6c015da2acc7a0dce7c211ff6737f1a0a6d837c3dbacb0db') +sha256sums=('5a87b799814a3b10376d1d42fc733b7d5520b6ab504d5a11ba223990793e31c7') prepare() { cd "$srcdir/$pkgname-$pkgver" @@ -57,6 +57,10 @@ package() { install -d -m755 "$pkgdir"/var/lib/chwd/{db,local}/pci + # install ids + install -d -m755 "$pkgdir"/var/lib/chwd/ids + cp -r ids/* "$pkgdir"/var/lib/chwd/ids + cp -r profiles/pci "$pkgdir"/var/lib/chwd/db/ cd scripts/chwd-kernel