This commit is contained in:
Mark Wagie 2026-02-12 09:28:46 -07:00
parent 72ecdd5d31
commit 25eb5ebff7
2 changed files with 7 additions and 5 deletions

View file

@ -1,17 +1,18 @@
pkgbase = wattage
pkgdesc = An application designed for monitoring the health and status of your power devices.
pkgver = 1.3.0
pkgver = 1.3.1
pkgrel = 1
url = https://github.com/v81d/wattage
arch = x86_64
license = GPL-3.0-or-later
makedepends = blueprint-compiler
makedepends = meson
makedepends = vala
depends = gtk4
depends = libadwaita
depends = libgee
depends = upower
source = wattage-1.3.0.tar.gz::https://github.com/v81d/wattage/archive/refs/tags/1.3.0.tar.gz
sha256sums = 8b1dd4b5a4cc1c39f08a7692ed42fbae89fa0c4af6d0947bd3e556b2bca9bf80
source = wattage-1.3.1.tar.gz::https://github.com/v81d/wattage/archive/refs/tags/1.3.1.tar.gz
sha256sums = c015dd9cf18997cb8d3aa4b9f284686bae3d374e1f5e628cd458c7b9e9be54c6
pkgname = wattage

View file

@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=wattage
pkgver=1.3.0
pkgver=1.3.1
pkgrel=1
pkgdesc="An application designed for monitoring the health and status of your power devices."
arch=('x86_64')
@ -13,11 +13,12 @@ depends=(
'upower'
)
makedepends=(
'blueprint-compiler'
'meson'
'vala'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('8b1dd4b5a4cc1c39f08a7692ed42fbae89fa0c4af6d0947bd3e556b2bca9bf80')
sha256sums=('c015dd9cf18997cb8d3aa4b9f284686bae3d374e1f5e628cd458c7b9e9be54c6')
build() {
arch-meson "$pkgname-$pkgver" build