summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Vries2020-11-25 15:19:52 +0100
committerBart De Vries2020-11-25 15:19:52 +0100
commit9627bd190d131ba6d01380e3b7c40e4a8ffa4d1f (patch)
tree2b9b7ec84c526d900e08e1932bb0d52ad3984ecb
parent0b130327a68f698ef75e9fe220659816ccd5395f (diff)
downloadaur-9627bd190d131ba6d01380e3b7c40e4a8ffa4d1f.tar.gz
Remove binfmt patch
Problem has been solved upstream.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
-rw-r--r--binfmt-install-directory.patch7
3 files changed, 4 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe07aeafc2ad..4eedc7023fb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = box86-git
pkgdesc = Linux Userspace x86 Emulator with a twist
- pkgver = v0.1.2.r302.g6c4b047b
+ pkgver = v0.1.4.r150.g36346409
pkgrel = 1
url = https://github.com/ptitSeb/box86
arch = armv7h
@@ -9,9 +9,7 @@ pkgbase = box86-git
makedepends = cmake
depends = gcc-libs
source = git+https://github.com/ptitSeb/box86.git#branch=master
- source = binfmt-install-directory.patch
sha256sums = SKIP
- sha256sums = e9738f52f26c23828ea8cdcd3125af3fb773d29348bf94ad86f34c492ad05ca7
pkgname = box86-git
diff --git a/PKGBUILD b/PKGBUILD
index 60bbc32d7300..85eac9959bbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=box86
pkgname=${_pkgname}-git
-pkgver=v0.1.2.r302.g6c4b047b
+pkgver=v0.1.4.r150.g36346409
pkgrel=1
pkgdesc='Linux Userspace x86 Emulator with a twist'
arch=('armv7h')
@@ -11,21 +11,14 @@ license=('MIT')
depends=('gcc-libs')
#optdepends=('')
makedepends=('git' 'cmake')
-source=("git+https://github.com/ptitSeb/box86.git#branch=master"
- "binfmt-install-directory.patch")
-sha256sums=('SKIP'
- 'e9738f52f26c23828ea8cdcd3125af3fb773d29348bf94ad86f34c492ad05ca7')
+source=("git+https://github.com/ptitSeb/box86.git#branch=master")
+sha256sums=('SKIP')
pkgver() {
cd ${_pkgname}
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd ${_pkgname}
- patch --forward --strip=1 --input="${srcdir}/binfmt-install-directory.patch"
-}
-
build() {
cd ${_pkgname}
diff --git a/binfmt-install-directory.patch b/binfmt-install-directory.patch
deleted file mode 100644
index f93c49c94b0f..000000000000
--- a/binfmt-install-directory.patch
+++ /dev/null
@@ -1,7 +0,0 @@
-diff --unified --recursive --text box86-orig/system/box86.conf box86/system/box86.conf
---- box86-orig/system/box86.conf 2020-10-21 08:11:55.564112235 +0200
-+++ box86/system/box86.conf 2020-10-21 08:12:15.399998260 +0200
-@@ -1,2 +1,2 @@
- # /etc/binfmt.d/box86.conf
--:x86:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/local/bin/box86:
-+:x86:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/box86: