summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2021-03-09 19:39:45 +0100
committerFederico Di Pierro2021-03-09 19:39:45 +0100
commita82b5f64f8dc5976302351e72ffc3e8a391226c7 (patch)
treec8409914525f28f77cde992d9bfc86bcb42d218d
parent99a38779ebc8b1334e9226b4e90a510326c68109 (diff)
downloadaur-a82b5f64f8dc5976302351e72ffc3e8a391226c7.tar.gz
Use any as arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59a0b04b1a6..5183ab03ebbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = clight
pkgdesc = A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms.
pkgver = 4.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/FedeDP/Clight
install = clight.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 8218a4d82280..ce1a470aaf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=clight
_gitname=Clight
pkgver=4.4
-pkgrel=2
+pkgrel=3
pkgdesc="A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
backup=(etc/default/clight.conf)