summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvinibali2017-09-12 18:22:42 +0200
committervinibali2017-09-12 18:22:42 +0200
commit1a978a64320bbbbc35824cdd9b778aecfab90c23 (patch)
tree5d72c87b6342ef7303475746f3326ceef5d57ba2
parentafe6b2fa6288ae8a708973139b2fe26aff64423b (diff)
downloadaur-1a978a64320bbbbc35824cdd9b778aecfab90c23.tar.gz
Adjustments for repo change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a83136caa812..ae02a4ce1a29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
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
+ 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 = unknown
pkgrel = 1
url = https://github.com/kevinlekiller/amdctl
@@ -7,7 +7,7 @@ pkgbase = amdctl-git
arch = x86_64
license = GPLv3
source = https://github.com/kevinlekiller/amdctl/archive/master.zip
- md5sums = 454746d007ec0cbff2efc5764ca6e288
+ md5sums = 5835a8e17c08f631be67c5fda7c44e0b
pkgname = amdctl-git
diff --git a/PKGBUILD b/PKGBUILD
index 481b7d53f7b9..ceb47393cb18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=amdctl-git
pkgver=unknown
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"
+Currently supported families are: 10h, 11h, 12h, 14h, 15h, 16h"
arch=(i686 x86_64)
url="https://github.com/kevinlekiller/amdctl"
license=('GPLv3')
depends=()
source=(https://github.com/kevinlekiller/amdctl/archive/master.zip)
-md5sums=(454746d007ec0cbff2efc5764ca6e288)
+md5sums=(5835a8e17c08f631be67c5fda7c44e0b)
build()
{
@@ -27,4 +27,4 @@ package() {
touch "${pkgdir}"/etc/modules-load.d/amdctl.conf
echo "cpuid" > "${pkgdir}"/etc/modules-load.d/amdctl.conf
echo "msr" >> "${pkgdir}"/etc/modules-load.d/amdctl.conf
-}
+} \ No newline at end of file