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