summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a9ab1ffdb20..bfd28db0ee9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-extension-styl-us-bin
pkgdesc = Redesign your favorite websites with Stylus, an actively developed and community driven userstyles manager. Easily install custom themes from popular online repositories, or create, edit, and manage your own personalized CSS stylesheets.
pkgver = 1.5.46
- pkgrel = 1
+ pkgrel = 2
url = https://add0n.com/stylus.html
arch = any
license = GPL-3.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index 33fda9cec630..a3e0ae4093a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='firefox-extension-styl-us-bin'
pkgver=1.5.46
-pkgrel=1
+pkgrel=2
pkgdesc='Redesign your favorite websites with Stylus, an actively developed and community driven userstyles manager. Easily install custom themes from popular online repositories, or create, edit, and manage your own personalized CSS stylesheets.'
arch=('any')
url='https://add0n.com/stylus.html'
@@ -15,6 +15,6 @@ noextract=('styl-us.xpi')
sha256sums=('9a75bf1bdde7263a5502d78009b5f19117ea09e6237afc852e7ba4e52b565364')
package() {
- install -Dm644 'styl-us.xpi' "${pkgdir}/usr/lib/firefox/browser/extensions/styl-us.xpi"
+ install -Dm644 'styl-us.xpi' "${pkgdir}/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi"
}