diff --git a/.SRCINFO b/.SRCINFO index e07211d..48882de 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = hyprsysteminfo pkgdesc = A tiny qt6/qml application to display information about the running system pkgver = 0.1.3 - pkgrel = 12 + pkgrel = 13 url = https://github.com/hyprwm/hyprsysteminfo arch = x86_64 arch = aarch64 @@ -21,6 +21,8 @@ pkgbase = hyprsysteminfo provides = hyprsysteminfo conflicts = hyprsysteminfo-git source = hyprsysteminfo-0.1.3::git+https://github.com/hyprwm/hyprsysteminfo.git#tag=v0.1.3 + source = https://github.com/hyprwm/hyprsysteminfo/commit/fe81610278676d26ff47f62770ac238220285d3a.patch b2sums = eb8223dba0e414acf54d2fa6a4f5606ae8037ea1c8ea811bc703a3f1ad7a8e6e4ca8e8c2c2d20bd8650a1ee4f3dab4b7fae1d5da45e4c01dc426e41f3a485e8e + b2sums = 97dbaa2086e40f669005e7bf93ba0ef3d603195c9e478c3a975a38afe415ffda75f1ff99585da90dcc4f24294facd3b0c6585c8b141ba4c74d754f05c6123c00 pkgname = hyprsysteminfo diff --git a/PKGBUILD b/PKGBUILD index 5a2e92e..207fd9f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname="hyprsysteminfo" pkgver=0.1.3 -pkgrel=12 +pkgrel=13 pkgdesc="A tiny qt6/qml application to display information about the running system" arch=( x86_64 @@ -30,11 +30,17 @@ makedepends=( ) source=( "$pkgname-$pkgver::git+$url.git#tag=v$pkgver" + "https://github.com/hyprwm/hyprsysteminfo/commit/fe81610278676d26ff47f62770ac238220285d3a.patch" ) -b2sums=('eb8223dba0e414acf54d2fa6a4f5606ae8037ea1c8ea811bc703a3f1ad7a8e6e4ca8e8c2c2d20bd8650a1ee4f3dab4b7fae1d5da45e4c01dc426e41f3a485e8e') +b2sums=('eb8223dba0e414acf54d2fa6a4f5606ae8037ea1c8ea811bc703a3f1ad7a8e6e4ca8e8c2c2d20bd8650a1ee4f3dab4b7fae1d5da45e4c01dc426e41f3a485e8e' + '97dbaa2086e40f669005e7bf93ba0ef3d603195c9e478c3a975a38afe415ffda75f1ff99585da90dcc4f24294facd3b0c6585c8b141ba4c74d754f05c6123c00') provides=("hyprsysteminfo") conflicts=("${pkgname}-git") +prepare() { + patch -d $pkgname-$pkgver -Np1 -i ../fe81610278676d26ff47f62770ac238220285d3a.patch +} + build() { local cmake_options=( -S "$pkgname-$pkgver"