summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolyzen2015-07-26 12:34:18 -0400
committerpolyzen2015-07-26 12:34:18 -0400
commit92014f369b47dc21261d61269a33294b65f9c578 (patch)
tree94e17d20830ff389baaf4667db39a4c634e2037a
parent56fe48ade03a60a42d4f6857ca82ff3b2689d443 (diff)
downloadaur-92014f369b47dc21261d61269a33294b65f9c578.tar.gz
uBlock Origin 1.0.0.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 301b839e6197..86d1498cbf34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-pkgbase = firefox-extension-ublock
- pkgdesc = Finally, an efficient blocker. Easy on CPU and memory.
- pkgver = 0.9.5.0
+pkgbase = firefox-extension-ublock-origin
+ pkgdesc = An efficient blocker add-on for your browser. Fast, potent, and lean.
+ pkgver = 1.0.0.0
pkgrel = 1
- url = https://github.com/chrisaljoudi/uBlock
+ url = https://github.com/gorhill/uBlock
arch = any
license = GPL3
depends = firefox
- source = uBlock-0.9.5.0.xpi::https://github.com/chrisaljoudi/uBlock/releases/download/0.9.5.0/uBlock.firefox.xpi
- sha256sums = f352c719c8c6d121b190bb2424e521f3cedeee932864735f555d45ff65920e91
+ source = uBlock0-1.0.0.0.xpi::https://github.com/gorhill/uBlock/releases/download/1.0.0.0/uBlock0.firefox.xpi
+ sha256sums = b586dea639524752fdfd81901ce7ff247955df0f8bc094fd00484175c5fb452b
-pkgname = firefox-extension-ublock
+pkgname = firefox-extension-ublock-origin
diff --git a/PKGBUILD b/PKGBUILD
index dd7cbd6afc2c..c0cb0085e005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: polyzen <polycitizen@gmail.com>
-pkgname=firefox-extension-ublock
-pkgver=0.9.5.0
+pkgname=firefox-extension-ublock-origin
+pkgver=1.0.0.0
pkgrel=1
-pkgdesc='Finally, an efficient blocker. Easy on CPU and memory.'
-url=https://github.com/chrisaljoudi/uBlock
+pkgdesc='An efficient blocker add-on for your browser. Fast, potent, and lean.'
+url=https://github.com/gorhill/uBlock
arch=('any')
license=('GPL3')
depends=('firefox')
-source=("uBlock-$pkgver.xpi::https://github.com/chrisaljoudi/uBlock/releases/download/$pkgver/uBlock.firefox.xpi")
-sha256sums=('f352c719c8c6d121b190bb2424e521f3cedeee932864735f555d45ff65920e91')
+source=("uBlock0-$pkgver.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi")
+sha256sums=('b586dea639524752fdfd81901ce7ff247955df0f8bc094fd00484175c5fb452b')
package() {
local GLOBIGNORE=*.xpi:LICENSE.txt
- local dstdir="$pkgdir"/usr/lib/firefox/browser/extensions/"{2b10c1c8-a11f-4bad-fe9c-1c11e82cac42}"
+ local dstdir="$pkgdir"/usr/lib/firefox/browser/extensions/"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
install -d "$dstdir"
cp -dpr --no-preserve=ownership * "$dstdir"