summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorButter Cat2024-02-28 21:19:04 -0500
committerButter Cat2024-02-28 21:19:04 -0500
commitc8aa7d192fc2275852b24b9e0bf4e0b00b84d6a3 (patch)
tree1815b6c7f549ebe932fbea24fb51c5f4a77ce2d5
parenta099ed341e2aca5b55b62c7d94369e692e0d3df8 (diff)
downloadaur-c8aa7d192fc2275852b24b9e0bf4e0b00b84d6a3.tar.gz
Fix package description to match git page
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e3e763aaaac..ab351ff4f62d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = rapl-read-ryzen-git
- pkgdesc = Quick & dirty hack to read AMD Ryzen rapl counters
+ pkgdesc = Quick and dirty hack to try to use the rapl counters on the AMD Ryzen platform.
pkgver = r5.30636f0
pkgrel = 1
url = https://github.com/djselbeck/rapl-read-ryzen
diff --git a/PKGBUILD b/PKGBUILD
index 0f9863086410..49d3274cfcc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname="rapl-read-ryzen"
pkgname="${_pkgname}-git"
pkgver=r5.30636f0
pkgrel=1
-pkgdesc="Quick & dirty hack to read AMD Ryzen rapl counters"
+pkgdesc="Quick and dirty hack to try to use the rapl counters on the AMD Ryzen platform."
arch=('any')
url="https://github.com/djselbeck/rapl-read-ryzen"
license=('GPL')