summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2020-01-11 17:59:08 +0100
committerJake2020-01-11 17:59:08 +0100
commit8ce528f6a88a842c903f451fe6266234934475d2 (patch)
treed71978f354c0a8b1540e468b0a3479464d5297d5
parent9a59ac79b5ef655c2e40f62288ed306f42f7e99c (diff)
downloadaur-8ce528f6a88a842c903f451fe6266234934475d2.tar.gz
Specify archs instead of 'any'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4cb28be1419..13b970b01f90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,11 @@ pkgbase = earlyoom
pkgver = 1.3
pkgrel = 1
url = https://github.com/rfjakob/earlyoom
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = MIT
backup = etc/default/earlyoom
source = https://github.com/rfjakob/earlyoom/archive/v1.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index af5a2fe0d1bd..3e1e8fca9a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=earlyoom
pkgver=1.3
pkgrel=1
pkgdesc="Early OOM Daemon for Linux"
-arch=('any')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/rfjakob/earlyoom"
license=('MIT')
backup=("etc/default/earlyoom")