Date: Thursday, May 23, 2019 @ 19:17:32 Author: polyzen Revision: 469453
archrelease: copy trunk to community-any Added: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 469452, firefox-ublock-origin/trunk/PKGBUILD) Deleted: firefox-ublock-origin/repos/community-any/PKGBUILD ----------+ PKGBUILD | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-05-23 19:17:15 UTC (rev 469452) +++ PKGBUILD 2019-05-23 19:17:32 UTC (rev 469453) @@ -1,19 +0,0 @@ -# Maintainer: Daniel M. Capella <poly...@archlinux.org> - -pkgname=firefox-ublock-origin -pkgver=1.19.2 -pkgrel=1 -pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean' -url=https://github.com/gorhill/uBlock -arch=('any') -license=('GPL3') -groups=('firefox-addons') -source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi") -noextract=("${source##*/}") -sha256sums=('c1a4bdd8fcef7120147425dfb4ec0c5d51ad33b5e55e775acb2736247a861d83') - -package() { - install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi -} - -# vim:set ts=2 sw=2 et: Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 469452, firefox-ublock-origin/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-05-23 19:17:32 UTC (rev 469453) @@ -0,0 +1,19 @@ +# Maintainer: Daniel M. Capella <poly...@archlinux.org> + +pkgname=firefox-ublock-origin +pkgver=1.19.4 +pkgrel=1 +pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean' +url=https://github.com/gorhill/uBlock +arch=('any') +license=('GPL3') +groups=('firefox-addons') +source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi") +noextract=("${source##*/}") +sha256sums=('99aee3787d7a15bad3cd9a1a4c00ca670f334fe42cc9acb2cf8290deb3c53a3a') + +package() { + install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi +} + +# vim:set ts=2 sw=2 et: