diff --git a/.SRCINFO b/.SRCINFO index 770138165121..f84e15473676 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = firefox-extension-stylish pkgdesc = Restyle the web with Stylish, a user styles manager. pkgver = 2.0.1 - pkgrel = 2 + pkgrel = 3 url = https://userstyles.org arch = any license = GPL3 diff --git a/PKGBUILD b/PKGBUILD index 618933a995a6..d98709c3cfa6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=firefox-extension-stylish pkgver=2.0.1 -pkgrel=2 +pkgrel=3 pkgdesc='Restyle the web with Stylish, a user styles manager.' url=https://userstyles.org arch=('any') @@ -16,7 +16,8 @@ package() { local dstdir="$pkgdir"/usr/lib/firefox/browser/extensions/"{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}" install -d "$dstdir" - cp -r * "$dstdir" + cp -dpr --no-preserve=ownership * "$dstdir" + chmod -R 755 "$dstdir" } # vim:set ts=2 sw=2 et: