summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmolith2024-03-31 13:01:29 -0400
committerAmolith2024-03-31 13:01:29 -0400
commite16de05738989ded49b2463792c31440f6310e93 (patch)
tree8a4aa5a0c468710195d3e821940252b3e6f5b2fa /PKGBUILD
parent6e5587f2079e3a4bd0f5a5dc10ba2ff106c5ed73 (diff)
downloadaur-watt-wiser.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a809b3be9f0e..c7174f38738b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=watt-wiser
pkgdesc='A software energy consumption estimation tool'
arch=("any")
url="https://git.sr.ht/~whereswaldon/watt-wiser"
-pkgver=v0.1.0
+pkgver=v0.1.2
pkgrel=1
license=("Unlicense")
makedepends=("go" "gcc" "vulkan-headers" "pkgconf" "wayland" "wayland-protocols" "libx11" "libxkbcommon-x11" "libxcursor")
@@ -11,7 +11,7 @@ depends=("watt-wiser-sensors" "xdg-desktop-portal")
conflicts=("watt-wiser-git" "watt-wiser-sensors-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-b2sums=('be106ed2808ee442577a83cc446b1ea7abe1f05385cad58ead9d7108ee3b0988822b57ada29b1ad6bda81fcab0cf65cba0baf45bd9dc7a55b8fe8b66a48b2d05')
+b2sums=('164df3f67f2a1101f6cfce29d13bd11e3c5fd53e2fc718d6b5e57cb7edf8d2a273f44325c6f1f04725f8aee5471ac624e86f0b03fa8ccf4b33c4c0547dc77ed6')
build() {
cd "${pkgname}-${pkgver}"