summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-01-22 15:53:48 -0700
committerMark Wagie2022-01-22 15:53:48 -0700
commitfc3df9c8cfda3d9be559954521817eb7c37c82c4 (patch)
treed0e8bad25274ee8118cbb3d8b2d12dabf2852632
parent12efb7a19faf63f43f5219654771938e371aa6de (diff)
downloadaur-fc3df9c8cfda3d9be559954521817eb7c37c82c4.tar.gz
drop 32-bit
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77785616a14c..c15d94878480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = clight
pkgrel = 2
url = https://github.com/FedeDP/Clight
install = clight.install
- arch = i686
arch = x86_64
arch = aarch64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 7f048de8d90f..a8a3065d281e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=clight
pkgver=4.8
pkgrel=2
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' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://github.com/FedeDP/Clight"
license=('GPL')
depends=('clightd' 'gsl' 'hicolor-icon-theme' 'libconfig' 'popt')