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