summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2021-08-27 05:48:50 +0300
committerBiteDasher2021-08-27 05:48:50 +0300
commita9e23cec1eb8074204ba774c65cd60b03d1eb473 (patch)
treed4ec6179aa9551fe727d6417a200c904fdf0b133
parent8db74b71414beee4117ba0348df3fae2724a00d3 (diff)
downloadaur-a9e23cec1eb8074204ba774c65cd60b03d1eb473.tar.gz
x86_64 -> any
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df3639d9c058..1393d6bf7618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = kesboot-git
pkgver = 1.0
pkgrel = 2
url = https://github.com/BiteDasher/kesboot
- arch = x86_64
+ arch = any
license = MIT
makedepends = git
depends = efibootmgr
diff --git a/PKGBUILD b/PKGBUILD
index 54a1eb6d623f..2f5340ff58fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="kesboot-git"
pkgver="1.0"
pkgrel="2"
pkgdesc='Script for automating work with EFI Kernel Stub (linux)'
-arch=('x86_64')
+arch=('any')
url="https://github.com/BiteDasher/kesboot"
license=('MIT')
depends=('efibootmgr' 'sed' 'grep' 'util-linux' 'coreutils' 'binutils')