summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabhishek96502018-08-27 19:57:39 +0530
committerabhishek96502018-08-27 19:57:39 +0530
commit019c0d519fd6fbfb6237f783a66680551507e07e (patch)
treec36cacc74d11fc52da5669a6ac8ca8a449cac93b
parentd83746f90d9909d20d70ba780d7d2e3f7774bd58 (diff)
downloadaur-019c0d519fd6fbfb6237f783a66680551507e07e.tar.gz
Adding binfmt-support package which is required by the installer scripts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2be461639e7c..0f838ba4ef5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = halium-devel
pkgdesc = Metapackage to pull all dependencies required to build Halium
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = halium.org
arch = x86_64
license = None
diff --git a/PKGBUILD b/PKGBUILD
index 9f7958e6faa4..8279898e2628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,15 @@
# Maintainer: Abhishek Mudgal (abhishek9650)
pkgname=halium-devel
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Metapackage to pull all dependencies required to build Halium'
arch=('x86_64')
url='halium.org'
license=('None')
depends=('ffmpeg' 'ninja' 'lzop' 'pngcrush' 'aosp-devel' 'imagemagick' 'simg-tools' 'android-tools' 'abootimg-git' 'qemu' 'qemu-user-static' 'binfmt-qemu-static')
+prepare() {
+ git clone https://aur.archlinux.org/binfmt-support-git.git
+ cd binfmt-support-git
+ makepkg -i
+}