summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarrothu2022-04-30 10:15:27 +0000
committercarrothu2022-04-30 10:15:27 +0000
commit5d46b3fe28d933541cce7762c197d08e478607eb (patch)
treef39839dab69dd3f1156ba8d7cd429a19491d3e75
parentceb878b440f76f95d1ef1fa0e7a86033a318f67c (diff)
downloadaur-5d46b3fe28d933541cce7762c197d08e478607eb.tar.gz
add PCH_RAWCLK_FREQ_REG and Enhance compatibility.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6c0b560a61..66206d46957b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = intelpwm
pkgdesc = PWM frequency setting on Intel HD Graphics with modprobe.d
pkgver = 1.0
pkgrel = 1
- url = http://devbraindom.blogspot.com/2013/03/eliminate-led-screen-flicker-with-intel.html
+ url = https://127001.me/post/eliminate-backlight-flicker-with-i915/
install = intelpwm.install
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 71be233eeb22..602566171176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="PWM frequency setting on Intel HD Graphics with modprobe.d"
arch=(x86_64)
depends=(intel-gpu-tools)
-url="http://devbraindom.blogspot.com/2013/03/eliminate-led-screen-flicker-with-intel.html"
+url="https://127001.me/post/eliminate-backlight-flicker-with-i915/"
license=(GPL)
conflicts=()
install='intelpwm.install'
@@ -14,8 +14,8 @@ backup=('etc/intelpwm.conf')
source=(i915-pwm.conf intelpwm intelpwm.conf)
sha256sums=('f25b883744dbe177d0ec7efaca17ffb288f4a7994e819883f299c90c27295f85'
- '51f14a522767ff4c803ac1149980715714966356e36ed1e92cf61110a35bf784'
- '7fefe55b66278e97eaca2fdf0aad125720cd00c95069dc38ef02ae1ee4e846b0')
+ '3c17d61d623086f05cadfb28eea2d0915942509527b5d4e67ffa309ee13304b7'
+ '4e56f0b32355b268cc942aa67ce3297f70bdba95c8556e42b3ff3c595ab0e88a')
build() {
true