summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Mannens2019-09-16 00:16:11 +1000
committerJake Mannens2019-09-16 00:16:11 +1000
commit7741eba5bbcfb1efa8cc45883fbd84061bd5751c (patch)
treea0e6050c1851ac3b2d9db3c05cd88ce86f828160
parentac1feb364a75d87361d5a1a676ac7725e3dff591 (diff)
downloadaur-powertool.tar.gz
Version 0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a82def48a895..0ac80958d186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = powertool
pkgdesc = A simple power management script
- pkgver = 0.1
- pkgrel = 2
+ pkgver = 0.2
+ pkgrel = 1
url = https://gitlab.com/plasmicplexus/powertool
install = powertool.install
arch = any
@@ -11,8 +11,8 @@ pkgbase = powertool
optdepends = cpupower: CPU frequency control
optdepends = networkmanager: WiFi control
optdepends = tpacpi-bat: battery charge thresholds
- source = https://gitlab.com/plasmicplexus/powertool/-/archive/0.1/powertool-0.1.tar.gz
- md5sums = d9015fecbf5a803323db745fd6a2bcd9
+ source = https://gitlab.com/plasmicplexus/powertool/-/archive/0.2/powertool-0.2.tar.gz
+ md5sums = aa62793fa3e16bd429cc65033c1a6d2d
pkgname = powertool
diff --git a/PKGBUILD b/PKGBUILD
index a1144b26e60e..603d46f5bf1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jake Mannens <jakem_5@hotmail.com>
pkgname=powertool
-pkgver=0.1
-pkgrel=2
+pkgver=0.2
+pkgrel=1
pkgdesc="A simple power management script"
arch=('any')
url="https://gitlab.com/plasmicplexus/powertool"
@@ -13,7 +13,7 @@ optdepends=('brightnessctl: brightness control'
'networkmanager: WiFi control'
'tpacpi-bat: battery charge thresholds')
source=("https://gitlab.com/plasmicplexus/powertool/-/archive/$pkgver/powertool-$pkgver.tar.gz")
-md5sums=('d9015fecbf5a803323db745fd6a2bcd9')
+md5sums=('aa62793fa3e16bd429cc65033c1a6d2d')
package() {
cd "$pkgname-$pkgver"