Skip to content

Commit

Permalink
🔖 chwd: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jan 9, 2025
1 parent 032f006 commit 1f80cf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
10 changes: 4 additions & 6 deletions chwd/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = chwd
pkgdesc = CachyOS Hardware Detection Tool
pkgver = 1.11.3
pkgrel = 2
pkgver = 1.11.4
pkgrel = 1
url = https://github.com/cachyos/chwd
arch = x86_64
groups = cachyos
Expand All @@ -18,9 +18,7 @@ pkgbase = chwd
provides = chwd-db
conflicts = chwd-db
replaces = chwd-db
source = chwd-1.11.3.tar.gz::https://github.com/cachyos/chwd/archive/1.11.3.tar.gz
source = hotfix-chwd-hooks.patch::https://github.com/CachyOS/chwd/commit/bcc24cd744ea64fa07bb04271303b155bddbf161.patch
sha256sums = 7103bb73ed0c997aa59e03cef5cb35ed00f223a0a2fc4d58aa8fca6e5dfbb846
sha256sums = 4bfc28b17b7e29519cc8ec4cb22d42fcd2dc4e8fb6e0a5213a08dcc3b48a5822
source = chwd-1.11.4.tar.gz::https://github.com/cachyos/chwd/archive/1.11.4.tar.gz
sha256sums = e8bbc1ecdf0966a3b97776cd7a24a15a0653fb8be73406287745228b29090a22

pkgname = chwd
16 changes: 4 additions & 12 deletions chwd/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Contributor: Vasiliy Stelmachenok <[email protected]>

pkgname=chwd
pkgver=1.11.3
pkgrel=2
pkgver=1.11.4
pkgrel=1
pkgdesc="CachyOS Hardware Detection Tool"
arch=(x86_64)
url="https://github.com/cachyos/chwd"
Expand All @@ -14,20 +14,12 @@ provides=('chwd-db')
replaces=('chwd-db')
conflicts=('chwd-db')
groups=('cachyos')
source=(
"chwd-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
"hotfix-chwd-hooks.patch::https://github.com/CachyOS/chwd/commit/bcc24cd744ea64fa07bb04271303b155bddbf161.patch"
)
sha256sums=(
'7103bb73ed0c997aa59e03cef5cb35ed00f223a0a2fc4d58aa8fca6e5dfbb846'
'4bfc28b17b7e29519cc8ec4cb22d42fcd2dc4e8fb6e0a5213a08dcc3b48a5822'
)
source=("chwd-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('e8bbc1ecdf0966a3b97776cd7a24a15a0653fb8be73406287745228b29090a22')

prepare() {
cd "$srcdir/$pkgname-$pkgver"

patch -Np1 -i "${srcdir}/hotfix-chwd-hooks.patch"

cargo fetch --locked --target "$CARCH-unknown-linux-gnu"

cd scripts/chwd-kernel
Expand Down

0 comments on commit 1f80cf7

Please sign in to comment.