summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Vries2022-04-16 21:51:41 +0200
committerBart De Vries2022-04-16 21:51:41 +0200
commit30504a1122ead3bdfcf2b9b9619385805a3fb48f (patch)
treeff5849fe8065771cfa5c43fbd1fb11e447d97edf
parent34b77718c934a041d6248e85a15487afdfbe711c (diff)
downloadaur-30504a1122ead3bdfcf2b9b9619385805a3fb48f.tar.gz
Update to upstream version 0.2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca5121352335..a7c9a0550ed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = box86
pkgdesc = Linux Userspace x86 Emulator with a twist
- pkgver = 0.2.4
- pkgrel = 2
+ pkgver = 0.2.6
+ pkgrel = 1
url = https://github.com/ptitSeb/box86
arch = armv7h
license = MIT
@@ -10,7 +10,7 @@ pkgbase = box86
makedepends = python
depends = gcc-libs
optdepends = gl4es: OpenGL 2 for GLES 2 devices
- source = box86-0.2.4.tar.gz::https://github.com/ptitSeb/box86/archive/v0.2.4.tar.gz
- sha256sums = e15667eb34207c382cbc1906222c6b0a66f79c3afe7e37fd67f4960e1f98b4b7
+ source = box86-0.2.6.tar.gz::https://github.com/ptitSeb/box86/archive/v0.2.6.tar.gz
+ sha256sums = f975b423455d44f196547e9316dc493d0fa84a138ee76f8e8a504450496cdf4e
pkgname = box86
diff --git a/PKGBUILD b/PKGBUILD
index e9b350e4730a..67748e333952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bart De Vries <bart at mogwai dot be>
pkgname=box86
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.6
+pkgrel=1
pkgdesc='Linux Userspace x86 Emulator with a twist'
arch=('armv7h')
url='https://github.com/ptitSeb/box86'
@@ -11,7 +11,7 @@ depends=('gcc-libs')
optdepends=('gl4es: OpenGL 2 for GLES 2 devices')
makedepends=('git' 'cmake' 'python')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ptitSeb/box86/archive/v${pkgver}.tar.gz")
-sha256sums=('e15667eb34207c382cbc1906222c6b0a66f79c3afe7e37fd67f4960e1f98b4b7')
+sha256sums=('f975b423455d44f196547e9316dc493d0fa84a138ee76f8e8a504450496cdf4e')
build() {
cd ${pkgname}-${pkgver}