mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
1.3.1
This commit is contained in:
parent
72ecdd5d31
commit
25eb5ebff7
2 changed files with 7 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue