summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Rice2020-01-29 20:50:02 -0800
committerTristan Rice2020-01-29 20:50:02 -0800
commit0e1639467fb7073ead103227b1e34d4748543ee2 (patch)
treea3d95c67151aaed263ba48377073bb8ea89c6241
parentca8cc7b64483b70db0cf265ca18ba96a89424983 (diff)
downloadaur-iasimage-git.tar.gz
updated arch and license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0be018e9966..cbc2f292fcd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,8 @@ pkgbase = iasimage-git
pkgver = 20190410.7799ac7
pkgrel = 1
url = https://github.com/intel/iasimage
- arch = i686
- arch = x86_64
- arch = armv7h
- license = custom:MIT
+ arch = any
+ license = BSD
makedepends = git
depends = python-idna
depends = python-wheel
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")