summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2022-11-13 02:28:47 +0900
committerShohei Maruyama2022-11-13 02:28:47 +0900
commit3eaa30370a0ca0eb4b3d900327383d14f087b278 (patch)
tree22b4c29385f3c66d7d6890d8b6584cd74264342d /PKGBUILD
parenta80ecd2acb52c9287e70159ead54942d247dd2c1 (diff)
downloadaur-3eaa30370a0ca0eb4b3d900327383d14f087b278.tar.gz
PKGBUILD: Support x86_64
This commit supports x86_64. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 612e8db39e4d..4a05619f0609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Shohei Maruyama <cheat.sc.linux@outlook.com>
pkgname=tee-supplicant
pkgver=3.19.0
-pkgrel=1
+pkgrel=2
pkgdesc='Normal world client side of the TEE'
-arch=('aarch64')
+arch=('x86_64' 'aarch64')
url='https://github.com/OP-TEE/optee_client'
license=('BSD')
depends=()