summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c1ad5399bc4..7a730e5ddfc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = thermald-git
pkgver = 1.4.2
pkgrel = 1
url = https://github.com/01org/thermal_daemon
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
makedepends = git
depends = dbus-glib>=0.94
diff --git a/PKGBUILD b/PKGBUILD
index 7b6233186ebe..3c9cab7430be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=thermald-git
pkgver=1.4.2
pkgrel=1
pkgdesc="The Linux Thermal Daemon program from 01.org"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/01org/thermal_daemon"
license=('GPL2')
depends=('dbus-glib>=0.94' 'libxml2>=2.4')