summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-24 17:13:28 +0100
committerDaniel Peukert2024-02-24 17:13:28 +0100
commit3ef214bf5dd97179fcca0c4fb44549c9d04b6217 (patch)
tree9cb547d306c49cd5cdcf0065c3bdabf097f4ff6a
parent1131fd70158072a571e67762db07d5dba0e6b151 (diff)
downloadaur-3ef214bf5dd97179fcca0c4fb44549c9d04b6217.tar.gz
Add test notices
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eb0fe224ef9..8076f6a3f504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,6 +56,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/"