summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2022-11-13 02:28:47 +0900
committerShohei Maruyama2022-11-13 02:28:47 +0900
commit3eaa30370a0ca0eb4b3d900327383d14f087b278 (patch)
tree22b4c29385f3c66d7d6890d8b6584cd74264342d
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>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71710f09d754..8977ab8fbc82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = tee-supplicant
pkgdesc = Normal world client side of the TEE
pkgver = 3.19.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OP-TEE/optee_client
+ arch = x86_64
arch = aarch64
license = BSD
source = git+https://github.com/OP-TEE/optee_client.git#tag=3.19.0
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=()