summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbssb2019-02-13 13:59:30 -0500
committerbssb2019-02-13 13:59:30 -0500
commit87a18bd164d267262d948ab9bb914360bd9182a0 (patch)
tree5f6adb4cd3d73fb81fc5ccd41d8c4afcabe2738d
parente4856415f81ca660ffd02e498d7d6ed92d239ec1 (diff)
downloadaur-87a18bd164d267262d948ab9bb914360bd9182a0.tar.gz
update pkgdesc, remove i686 support
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e0cde4266fa..a8327b018252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = throttled
- pkgdesc = Workaround for Intel throttling issues on Thinkpads in Linux.
+ pkgdesc = Workaround for Intel throttling issues in Linux.
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/erpalma/throttled
- arch = i686
arch = x86_64
license = MIT
depends = python-dbus
diff --git a/PKGBUILD b/PKGBUILD
index f4c189f2f862..7c4061fa10c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=throttled
pkgver=0.5
-pkgrel=1
-pkgdesc="Workaround for Intel throttling issues on Thinkpads in Linux."
-arch=('i686' 'x86_64')
+pkgrel=2
+pkgdesc="Workaround for Intel throttling issues in Linux."
+arch=('x86_64')
url="https://github.com/erpalma/throttled"
license=('MIT')
depends=('python-dbus' 'python-psutil' 'python-gobject')