summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantheas2024-02-23 00:22:25 +0000
committerantheas2024-02-23 00:22:25 +0000
commitdb0eb5f69009cb3087959041ec428f2525ea04d1 (patch)
treeb4c8f1e329558f88d4358c6537d6c3ccfcae7dcc
parent958fb0dd550dfb77c411b91e8b911d9673667d8c (diff)
downloadaur-db0eb5f69009cb3087959041ec428f2525ea04d1.tar.gz
update to 'v0.3.0: Automatic Control'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a799caac882b..c0ff7db83db1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adjustor
pkgdesc = Adjustor, a userspace program for managing the TDP of handheld devices.
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/hhd-dev/adjustor
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = adjustor
optdepends = hhd: adds adjustor to the hhd ui.
optdepends = acpi_call: required for setting TDP (may be provided as a kernel patch).
provides = adjustor
- source = https://pypi.python.org/packages/source/a/adjustor/adjustor-0.2.0.tar.gz
+ source = https://pypi.python.org/packages/source/a/adjustor/adjustor-0.3.0.tar.gz
sha512sums = SKIP
pkgname = adjustor
diff --git a/PKGBUILD b/PKGBUILD
index 680e46181d1d..b788772d3623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antheas Kapenekakis <aur at antheas dot dev>
pkgname=adjustor
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc='Adjustor, a userspace program for managing the TDP of handheld devices.'
arch=('x86_64')