summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-24 17:13:16 +0100
committerDaniel Peukert2024-02-24 17:13:16 +0100
commita0b21cbfee13d8d13877383f4a91d9194b23291d (patch)
tree6a283748a659552f9a68e692078c5006a42cefe3
parent7b32501fd1502941c66148a0cbc9a7279891fdfe (diff)
downloadaur-electron4-bin.tar.gz
Add test notices
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e99722c7ad48..a82f5cc6b3ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,6 +57,8 @@ prepare() {
sed -i -e "s/%%PKGNAME%%/$_pkgname/g" -e "s/%%PROJECTNAME%%/$_projectname/g" "$srcdir/electron-launcher.sh"
}
+# Unable to test functionality, as this version of Electron requires an active X11 session to call --version
+
package() {
cd "$srcdir/"
install -dm755 "$pkgdir/usr/lib/$_pkgname/"