summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorabhishek96502018-08-27 21:09:58 +0530
committerabhishek96502018-08-27 21:09:58 +0530
commit45781a34150d1d06faa8e8107eefdba9b97f27d3 (patch)
treeb35fb8229f2e9b7ec90309a11235676d01b4731a /PKGBUILD
parent019c0d519fd6fbfb6237f783a66680551507e07e (diff)
downloadaur-45781a34150d1d06faa8e8107eefdba9b97f27d3.tar.gz
Revert "Adding binfmt-support package which is required by the installer scripts"
This reverts commit 019c0d519fd6fbfb6237f783a66680551507e07e.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8279898e2628..9f7958e6faa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,10 @@
# Maintainer: Abhishek Mudgal (abhishek9650)
pkgname=halium-devel
pkgver=0.1
-pkgrel=3
+pkgrel=2
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
-}