summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqueueRAM2019-08-21 02:18:18 +0000
committerqueueRAM2019-08-21 02:18:18 +0000
commit279b0a25b656d8254a9418d1b607449ec3553635 (patch)
treebc0690902f1ee83396057277701983687d6fe6b8
parenta7785fe2aa9ed8c9ddeb28b97520a2819c3b5f59 (diff)
downloadaur-279b0a25b656d8254a9418d1b607449ec3553635.tar.gz
Correct depends and makedepends and add armv7h arch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bceb62279fc..466af0029f21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = qemu-irix-git
pkgdesc = QEMU with IRIX userland support
pkgver = v2.11.0.r2167.ga2ba448e6b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/queueRAM/qemu-irix
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL2
license = LGPL2.1
- makedepends = python2
+ makedepends = python
makedepends = git
+ depends = glib2
source = qemu-irix::git://github.com/queueRAM/qemu-irix.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bf24a46d854e..0e3477e9658d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=qemu-irix-git
_gitname=qemu-irix
pkgdesc="QEMU with IRIX userland support"
pkgver=v2.11.0.r2167.ga2ba448e6b
-pkgrel=1
-arch=(i686 x86_64)
+pkgrel=2
+arch=('i686' 'x86_64' 'armv7h')
license=(GPL2 LGPL2.1)
url="https://github.com/queueRAM/qemu-irix"
-depends=()
-makedepends=(python2 git)
+depends=(glib2)
+makedepends=(python git)
source=(${_gitname}::git://github.com/queueRAM/qemu-irix.git)
sha256sums=('SKIP')