summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Saric2022-10-29 22:31:51 +0200
committerIgor Saric2022-10-29 22:31:51 +0200
commit35e8e630a755dd7eda9c4a57087133eb1f147386 (patch)
tree482f0ed00177a795fde1563e0ed2b999be97c00e /PKGBUILD
parent2cf3b4fb33cc2abc27058d93e30c94134a2ac576 (diff)
downloadaur-35e8e630a755dd7eda9c4a57087133eb1f147386.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 451b3891952c..6fbfab6dff46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname=firefox-socket-control
_version=1.5
pkgname=${_gitname}-git
-pkgver=${_version}.328de11
+pkgver=${_version}.967de96
pkgrel=1
pkgdesc="Control Firefox from a UNIX socket."
arch=('any')
@@ -32,7 +32,7 @@ package() {
install -Dm644 "socketcontrol-${_version}-fx.xpi" "${pkgdir}/usr/lib/firefox/browser/extensions/native_control@karabaja4.xpi"
cd "${_gitname}"
- install -Dm755 "firefox-socket-control" "${pkgdir}/usr/bin/firefox-socket-control"
+ install -Dm755 "firefox" "${pkgdir}/usr/bin/firefox"
install -Dm755 "app/socketcontrol" "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/socketcontrol"
install -Dm644 "app/socketcontrol.json" "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/socketcontrol.json"
}