diff options
author | taotieren | 2023-09-26 22:39:29 +0800 |
---|---|---|
committer | taotieren | 2023-09-26 22:39:29 +0800 |
commit | 592a9d48d7684bf864c196ac05f98f778c1d3584 (patch) | |
tree | 702bc27f8123df2d5ab853846ac4389b217145e6 | |
parent | 05453c2bcac8866b794d8df25a9340295dfcc56c (diff) | |
download | aur-592a9d48d7684bf864c196ac05f98f778c1d3584.tar.gz |
Update PKGBUILD
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = xguipro pkgdesc = xGUI (the X Graphics User Interface) Pro is a modern, cross-platform, and advanced HVML renderer which is based on tailored WebKit. pkgver = 0.8.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/HVML/xGUI-Pro arch = x86_64 arch = aarch64 @@ -3,7 +3,7 @@ pkgbase=xguipro pkgname=(xguipro-gtk3) pkgver=0.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="xGUI (the X Graphics User Interface) Pro is a modern, cross-platform, and advanced HVML renderer which is based on tailored WebKit." arch=(x86_64 aarch64 @@ -65,7 +65,7 @@ sha256sums=('61f8a9819245bc571dc5bb32c8b3af1d6dc2d0b8a2c9d763d3057b615f7d7dc5') prepare() { install -Dm644 /dev/stdin ${srcdir}/xguipro.csh <<EOF if (! \$?WEBKIT_WEBEXT_DIR ) then - set WEBKIT_WEBEXT_DIR=/bin/xguipro + set WEBKIT_WEBEXT_DIR=/usr/lib/xguipro/ if ( "\$WEBKIT_WEBEXT_DIR" != "" ) then setenv WEBKIT_WEBEXT_DIR "\$WEBKIT_WEBEXT_DIR" else @@ -75,7 +75,7 @@ endif EOF install -Dm644 /dev/stdin ${srcdir}/xguipro.sh <<EOF if [ -z "\$WEBKIT_WEBEXT_DIR" ]; then - WEBKIT_WEBEXT_DIR=/bin/xguipro + WEBKIT_WEBEXT_DIR=/usr/lib/xguipro/ [ -n "\$WEBKIT_WEBEXT_DIR" ] && export WEBKIT_WEBEXT_DIR || unset WEBKIT_WEBEXT_DIR fi EOF |