summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalazs Vinarz2021-08-07 11:29:50 +0200
committerBalazs Vinarz2021-08-07 11:29:50 +0200
commitb88f9a8ba73e671f842e7350a57c33e8fdb0faac (patch)
tree015f76d79b21d650bda9fda73127fa8b5c39afd3
parent08acf41750450d65e96030d071ff0b0dc75311b9 (diff)
downloadaur-b88f9a8ba73e671f842e7350a57c33e8fdb0faac.tar.gz
bump to version 0.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42781a60f683..06201fa5487b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = amdctl-git
pkgdesc = Set P-State voltages and clock speeds on recent AMD CPUs on Linux. Currently supported families are: 10h, 11h, 12h, 14h, 15h, 16h
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/kevinlekiller/amdctl
arch = i686
arch = x86_64
license = GPLv3
- source = https://github.com/kevinlekiller/amdctl/archive/v0.2.zip
- md5sums = 9e0c9568a236375f4a4fd8594783fcb2
+ source = https://github.com/kevinlekiller/amdctl/archive/v0.3.zip
+ md5sums = f152b897230bebf4c31ae9c2aae2e61c
pkgname = amdctl-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 21f0fc5a271e..352d5a452c64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: vinibali <vinibali1 at gmail dot com>
pkgname=amdctl-git
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc="Set P-State voltages and clock speeds on recent AMD CPUs on Linux.
Currently supported families are: 10h, 11h, 12h, 14h, 15h, 16h"
@@ -10,7 +10,7 @@ url="https://github.com/kevinlekiller/amdctl"
license=('GPLv3')
depends=()
source=(https://github.com/kevinlekiller/amdctl/archive/v"${pkgver}".zip)
-md5sums=(9e0c9568a236375f4a4fd8594783fcb2)
+md5sums=(f152b897230bebf4c31ae9c2aae2e61c)
build()
{