summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalazs Vinarz2022-11-23 05:51:43 +0100
committerBalazs Vinarz2022-11-23 05:51:43 +0100
commit5a65c0e90b7261b9be725e387b8e984418783d3a (patch)
treeb15dad0102e10fe79170e9b8b590d0c3294b9a83
parente3e960773468fdcbca0c78bd35da2f08e895bbff (diff)
downloadaur-5a65c0e90b7261b9be725e387b8e984418783d3a.tar.gz
update to latest release, add conflict package and fix SRCINFO
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8abcd459f6c..d792057af762 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,6 @@
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, 17h, 19h
- pkgver = 0.4.r0.g02eb745
- pkgrel = 1
- url = https://github.com/kevinlekiller/amdctl
- arch = i686
- arch = x86_64
- license = GPL3
- makedepends = git
- depends = glibc
- source = git+https://github.com/kevinlekiller/amdctl.git
- source = amdctl.conf
- sha256sums = SKIP
- sha256sums = a3e2ebec196914ff59fec2683bd2ce900d767979620411cd724138e1ca42701c
-
-pkgname = amdctl-git
-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, 17h, 19h
- pkgver = v0.9.0.gbe91f8f
+ pkgver = 0.11.r0.ga10ccd0
pkgrel = 1
url = https://github.com/kevinlekiller/amdctl
arch = i686
@@ -24,6 +8,7 @@ pkgbase = amdctl-git
license = GPL3
makedepends = git
depends = glibc
+ conflicts = amdctl
source = git+https://github.com/kevinlekiller/amdctl.git
source = amdctl.conf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9ce53386a261..38ee916bf531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: vinibali <vinibali1 at gmail dot com>
pkgname=amdctl-git
-pkgver=v0.9.0.gbe91f8f
+pkgver=0.11.r0.ga10ccd0
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, 17h, 19h"
arch=(i686 x86_64)
+conflicts=(amdctl)
url="https://github.com/kevinlekiller/amdctl"
license=(GPL3)
depends=(glibc)