summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-07-14 20:25:47 +0200
committerAlexandre Bouvier2021-07-17 15:25:16 +0200
commit857cb64642c80e1b271601757a21ddb11b2cadbe (patch)
tree64b81678ecb808b7c29f9487ddbca1ae55377974
parenta8b318a0403c7ddecf13b614d64f589c1eed5b72 (diff)
downloadaur-857cb64642c80e1b271601757a21ddb11b2cadbe.tar.gz
cosmetic
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD7
-rw-r--r--xemu.install1
3 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced05549d604..055d424d9818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,13 +29,13 @@ pkgbase = xemu-git
source = git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git
source = git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git
source = git+https://gitlab.com/qemu-project/keycodemapdb.git
- md5sums = SKIP
- md5sums = SKIP
- md5sums = SKIP
- md5sums = SKIP
- md5sums = SKIP
- md5sums = SKIP
- md5sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
pkgname = xemu-git
depends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index c964ab655b4f..492d5bf00837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
-# shellcheck shell=bash disable=SC2034,SC2164
_pkgname=xemu
pkgname=$_pkgname-git
pkgver=0.5.4.r21.gf03015e20e
@@ -22,7 +21,7 @@ source=(
'git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git'
'git+https://gitlab.com/qemu-project/keycodemapdb.git'
)
-md5sums=(
+b2sums=(
'SKIP'
'SKIP'
'SKIP'
@@ -39,8 +38,7 @@ pkgver() {
prepare() {
cd $_pkgname
- ./scripts/gen-license.py > XEMU_LICENSE
- git submodule init hw/xbox/nv2a/xxHash tests/fp/berkeley-softfloat-3 tests/fp/berkeley-testfloat-3 ui/imgui ui/implot ui/keycodemapdb
+ git submodule init hw/xbox/nv2a/xxHash tests/fp/berkeley-{soft,test}float-3 ui/{imgui,implot,keycodemapdb}
git config submodule.hw/xbox/nv2a/xxHash.url ../xxHash
git config submodule.tests/fp/berkeley-softfloat-3.url ../berkeley-softfloat-3
git config submodule.tests/fp/berkeley-testfloat-3.url ../berkeley-testfloat-3
@@ -48,6 +46,7 @@ prepare() {
git config submodule.ui/implot.url ../implot
git config submodule.ui/keycodemapdb.url ../keycodemapdb
git submodule update
+ python scripts/gen-license.py > XEMU_LICENSE
}
build() {
diff --git a/xemu.install b/xemu.install
index 6bcd4563982d..97ae5f900151 100644
--- a/xemu.install
+++ b/xemu.install
@@ -1,4 +1,3 @@
-# shellcheck shell=bash
post_install() {
post_upgrade
}