summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 542bc01960db..be857989e244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=20190410.7799ac7
pkgrel=1
pkgdesc='iasimage is a utility program for creating Intel Automotive Service (IAS) images, a binary file format understood by bootloaders to load and initialize Operating Systems or Hypervisors.'
url='https://github.com/intel/iasimage'
-arch=('i686' 'x86_64' 'armv7h')
-license=('custom:MIT')
+arch=('any')
+license=('BSD')
depends=('python-idna' 'python-wheel' 'python-cryptography')
makedepends=('git')
source=("${_pkgname}::git+https://github.com/intel/iasimage.git")