Skip to content

Commit

Permalink
πŸ”– chwd: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Oct 15, 2024
1 parent b2fa9bc commit cfa80fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions chwd/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: Vasiliy Stelmachenok <[email protected]>

pkgname=chwd
pkgver=1.9.1
pkgver=1.10.0
pkgrel=1
pkgdesc="CachyOS Hardware Detection Tool"
arch=(x86_64)
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cfa80fe

Please sign in to comment.