summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weber2022-01-29 21:46:43 +0000
committerThomas Weber2022-01-29 21:46:43 +0000
commit879180e01fee53649fe8825fbdefcbe891253bed (patch)
treef039816c1c08da1536316fbf0b297e1150db467c
parente49ace45ad86498ffe5dabfc0ed5cad84e407368 (diff)
downloadaur-879180e01fee53649fe8825fbdefcbe891253bed.tar.gz
Use electron16 binary
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--turbowarp-desktop-bin.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b89763b79b07..dd38aff067d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = turbowarp-desktop-bin
source = turbowarp-desktop-bin.desktop
source = turbowarp-desktop-bin.xml
sha256sums = 52ebfc3f836a635385d4236347c717651d95ff2587ba62b757e1c57343373664
- sha256sums = 7752c9bcf60a857053b3a4262a40dd6ed2997044814dfb39e19cfa7108bcdfe4
+ sha256sums = 57925a22a0f99186d57314015d6ab10e1e483adf78b060a1b7ac616b24ad1a7f
sha256sums = efd2cc6c3f4e2de57a823f6587ca1c3c3b318618e94e2c1e9c14844e36fa8c4b
sha256sums = 172c033a4652e69cd6e3830e56d736f7e3a11b9315bd689227788ce13dc83913
diff --git a/PKGBUILD b/PKGBUILD
index 6338a3afa508..5170478c680e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ source=(
)
noextract=("$pkgname-$pkgver.tar.gz")
sha256sums=('52ebfc3f836a635385d4236347c717651d95ff2587ba62b757e1c57343373664'
- '7752c9bcf60a857053b3a4262a40dd6ed2997044814dfb39e19cfa7108bcdfe4'
+ '57925a22a0f99186d57314015d6ab10e1e483adf78b060a1b7ac616b24ad1a7f'
'efd2cc6c3f4e2de57a823f6587ca1c3c3b318618e94e2c1e9c14844e36fa8c4b'
'172c033a4652e69cd6e3830e56d736f7e3a11b9315bd689227788ce13dc83913')
diff --git a/turbowarp-desktop-bin.sh b/turbowarp-desktop-bin.sh
index e974d35977f1..eb701b3fcac6 100644
--- a/turbowarp-desktop-bin.sh
+++ b/turbowarp-desktop-bin.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-exec electron /usr/share/turbowarp-desktop/app.asar "$@"
+exec electron16 /usr/share/turbowarp-desktop/app.asar "$@"