summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorqueueRAM2019-08-21 02:18:18 +0000
committerqueueRAM2019-08-21 02:18:18 +0000
commit279b0a25b656d8254a9418d1b607449ec3553635 (patch)
treebc0690902f1ee83396057277701983687d6fe6b8 /PKGBUILD
parenta7785fe2aa9ed8c9ddeb28b97520a2819c3b5f59 (diff)
downloadaur-279b0a25b656d8254a9418d1b607449ec3553635.tar.gz
Correct depends and makedepends and add armv7h arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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')