mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
1.2.0
This commit is contained in:
parent
4fd3f288b7
commit
5a8c5d7a47
2 changed files with 7 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = wattage
|
||||
pkgdesc = An application designed for monitoring the health and status of your power devices.
|
||||
pkgver = 1.1.0
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/v81d/wattage
|
||||
arch = x86_64
|
||||
|
|
@ -10,7 +10,8 @@ pkgbase = wattage
|
|||
depends = gtk4
|
||||
depends = libadwaita
|
||||
depends = libgee
|
||||
source = wattage-1.1.0.tar.gz::https://github.com/v81d/wattage/archive/refs/tags/1.1.0.tar.gz
|
||||
sha256sums = 5276fcf06990090575137b8aab8c8ce3b19af6de3afd3fed235a861400e8ffd3
|
||||
depends = upower
|
||||
source = wattage-1.2.0.tar.gz::https://github.com/v81d/wattage/archive/refs/tags/1.2.0.tar.gz
|
||||
sha256sums = 6d3f2a92c109c7cf9db70e1b41fd7619f233f823f7a8e24b8b0f044da139c18d
|
||||
|
||||
pkgname = wattage
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
|
||||
pkgname=wattage
|
||||
pkgver=1.1.0
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="An application designed for monitoring the health and status of your power devices."
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,13 +10,14 @@ depends=(
|
|||
'gtk4'
|
||||
'libadwaita'
|
||||
'libgee'
|
||||
'upower'
|
||||
)
|
||||
makedepends=(
|
||||
'meson'
|
||||
'vala'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
|
||||
sha256sums=('5276fcf06990090575137b8aab8c8ce3b19af6de3afd3fed235a861400e8ffd3')
|
||||
sha256sums=('6d3f2a92c109c7cf9db70e1b41fd7619f233f823f7a8e24b8b0f044da139c18d')
|
||||
|
||||
build() {
|
||||
arch-meson "$pkgname-$pkgver" build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue