[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Thu Aug 30 19:46:59 UTC 2018


    Date: Thursday, August 30, 2018 @ 19:46:58
  Author: eschwartz
Revision: 375681

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
    (from rev 375680, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-30 19:46:40 UTC (rev 375680)
+++ PKGBUILD	2018-08-30 19:46:58 UTC (rev 375681)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Eschwartz <eschwartz93 at gmail.com>
-
-pkgname=firefox-adblock-plus
-pkgver=3.3
-pkgrel=1
-_file=1058236
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="https://adblockplus.org/"
-license=('GPL3')
-groups=('firefox-addons')
-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=('9b7585714f18c1b09e89257cfe93927b589116d1a7a1469aa194572d5ba3259b')
-
-package() {
-  depends=("firefox")
-
-  cd "${srcdir}"
-  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
-  _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 375680, firefox-adblock-plus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-30 19:46:58 UTC (rev 375681)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=firefox-adblock-plus
+pkgver=3.3.1
+pkgrel=1
+_file=1061111
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="https://adblockplus.org/"
+license=('GPL3')
+groups=('firefox-addons')
+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=('a12d40b03812d152e2fb6870be133158b941b4fcf97b139b00b84c9f30cf2191')
+
+package() {
+  depends=("firefox")
+
+  cd "${srcdir}"
+  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
+  _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi"
+}



More information about the arch-commits mailing list