summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvinibali2017-09-12 18:22:42 +0200
committervinibali2017-09-12 18:22:42 +0200
commit1a978a64320bbbbc35824cdd9b778aecfab90c23 (patch)
tree5d72c87b6342ef7303475746f3326ceef5d57ba2 /PKGBUILD
parentafe6b2fa6288ae8a708973139b2fe26aff64423b (diff)
downloadaur-1a978a64320bbbbc35824cdd9b778aecfab90c23.tar.gz
Adjustments for repo change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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