summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Vries2021-09-27 11:52:17 +0200
committerBart De Vries2021-09-27 11:52:17 +0200
commitda04b099939b168c0a12695e833824c26b293fca (patch)
tree8e4bb6b4c0337b3db469a0fc752453e55d186ca5
parent93dff2a0b4400205fd0ffc47e8f70adbcc3e9963 (diff)
downloadaur-da04b099939b168c0a12695e833824c26b293fca.tar.gz
Fix move of license file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8d4a3898cef..c2d96a7cbc4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = box86-git
pkgdesc = Linux Userspace x86 Emulator with a twist
- pkgver = v0.2.0.r117.gb3e984bd
+ pkgver = v0.2.2.r258.g46114235
pkgrel = 1
url = https://github.com/ptitSeb/box86
arch = armv7h
@@ -14,4 +14,3 @@ pkgbase = box86-git
sha256sums = SKIP
pkgname = box86-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 742bb7aae2a6..6266c4734453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=box86
pkgname=${_pkgname}-git
-pkgver=v0.2.0.r117.gb3e984bd
+pkgver=v0.2.2.r258.g46114235
pkgrel=1
pkgdesc='Linux Userspace x86 Emulator with a twist'
arch=('armv7h')
@@ -33,7 +33,7 @@ build() {
package() {
cd ${_pkgname}/build
make DESTDIR=${pkgdir} install
- install -Dm644 ../docs/LICENSE -t "${pkgdir}/usr/share/licenses/${_pkgname}/"
+ install -Dm644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${_pkgname}/"
# Install documentation
install -d "${pkgdir}/usr/share/doc/${_pkgname}/"