summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabhishek96502018-08-27 21:09:58 +0530
committerabhishek96502018-08-27 21:09:58 +0530
commit45781a34150d1d06faa8e8107eefdba9b97f27d3 (patch)
treeb35fb8229f2e9b7ec90309a11235676d01b4731a
parent019c0d519fd6fbfb6237f783a66680551507e07e (diff)
downloadaur-45781a34150d1d06faa8e8107eefdba9b97f27d3.tar.gz
Revert "Adding binfmt-support package which is required by the installer scripts"
This reverts commit 019c0d519fd6fbfb6237f783a66680551507e07e.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f838ba4ef5a..2be461639e7c 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 = 3
+ pkgrel = 2
url = halium.org
arch = x86_64
license = None
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
-}