summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorffextension-bot2024-03-27 21:14:30 +0000
committerffextension-bot2024-03-27 21:14:30 +0000
commit52a3155c718884e1cbe8c63f853d2cb5990e2f54 (patch)
treeb62b9eba3a2f35010edbcffd65c99461f5ceba1c
parent238066cf6e0ce5b4cc04ba8284ec1049fbb1e93e (diff)
downloadaur-52a3155c718884e1cbe8c63f853d2cb5990e2f54.tar.gz
Bump to plasma-integration 1.8.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fbd331a56d6..45f88942b2c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-extension-plasma-integration-bin
pkgdesc = Multitask efficiently by controlling browser functions from the Plasma desktop.
pkgver = 1.8.1
- pkgrel = 1
+ pkgrel = 2
url = http://kde.org
arch = any
license = GPL-3.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index 8af8e6950ebf..a3c404525ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='firefox-extension-plasma-integration-bin'
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='Multitask efficiently by controlling browser functions from the Plasma desktop.'
arch=('any')
url='http://kde.org'
@@ -15,6 +15,6 @@ noextract=('plasma-integration.xpi')
sha256sums=('e156e82091bbff44cb9d852e16aedacdcc0819c5a3b8cb34cedd77acf566c5c4')
package() {
- install -Dm644 'plasma-integration.xpi' "${pkgdir}/usr/lib/firefox/browser/extensions/plasma-integration.xpi"
+ install -Dm644 'plasma-integration.xpi' "${pkgdir}/usr/lib/firefox/browser/extensions/plasma-browser-integration@kde.org.xpi"
}