[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Jul 17 21:28:01 UTC 2018
Date: Tuesday, July 17, 2018 @ 21:28:01
Author: eschwartz
Revision: 361179
upgpkg: firefox-adblock-plus 3.2-1
upstream release
move firefox to runtime depends; 139 less packages to worry about in .BUILDINFO
fix the version of the GPL license
upgrade url to HTTPS
Modified:
firefox-adblock-plus/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-17 21:23:28 UTC (rev 361178)
+++ PKGBUILD 2018-07-17 21:28:01 UTC (rev 361179)
@@ -3,22 +3,23 @@
# Contributor: Eschwartz <eschwartz93 at gmail.com>
pkgname=firefox-adblock-plus
-pkgver=3.1
+pkgver=3.2
pkgrel=1
-_file=957947
+_file=1018006
pkgdesc="Extension for firefox which block ads and banners"
arch=('any')
-url="http://adblockplus.org/"
-license=('GPL')
+url="https://adblockplus.org/"
+license=('GPL3')
groups=('firefox-addons')
-depends=("firefox")
makedepends=('unzip')
# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi")
noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('c8dfffb9df1046224c8579c276690b4264d7f363872268a938e8846e2aed5a94')
+sha256sums=('f97b18439de95d110ac24f6a827e148c5568f637d2e0fc69f65cb76412f12a05')
package() {
+ depends=("firefox")
+
cd "${srcdir}"
_extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
More information about the arch-commits
mailing list