[arch-commits] Commit in throttled/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jul 31 08:27:29 UTC 2019


    Date: Wednesday, July 31, 2019 @ 08:27:28
  Author: felixonmars
Revision: 495480

upgpkg: throttled 0.6-3

adjustments

Modified:
  throttled/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-31 07:21:09 UTC (rev 495479)
+++ PKGBUILD	2019-07-31 08:27:28 UTC (rev 495480)
@@ -3,14 +3,14 @@
 
 pkgname=throttled
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Workaround for Intel throttling issues in Linux."
-arch=('x86_64')
+arch=('any')
 url="https://github.com/erpalma/throttled"
 license=('MIT')
 depends=('python-dbus' 'python-psutil' 'python-gobject')
 conflicts=('lenovo-throttling-fix-git' 'lenovo-throttling-fix')
-replaces=('lenovo-throttling-fix-git' 'lenovo-throttling-fix')
+replaces=('lenovo-throttling-fix')
 backup=('etc/lenovo_fix.conf')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/erpalma/$pkgname/archive/v$pkgver.tar.gz")
 sha256sums=('93d11b78d35b99ce345e41291f0268e4c21d0ccb2a80922839e51ec2fe3ae0c1')
@@ -21,7 +21,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  python -m compileall lenovo_fix.py
+  python -m compileall *.py
 }
 
 package() {



More information about the arch-commits mailing list