summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolyzen2015-07-26 21:05:54 -0400
committerpolyzen2015-07-26 21:05:54 -0400
commitd38738f5a2c8cf4ba2666c4fa4e9fa5493e1e17a (patch)
treea2a0a6f5e9505c4507c4631bac46e4a196df5701
parent92014f369b47dc21261d61269a33294b65f9c578 (diff)
downloadaur-d38738f5a2c8cf4ba2666c4fa4e9fa5493e1e17a.tar.gz
1.0.0.0-2: add conflicts()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86d1498cbf34..c6d6324e1dfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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
+ pkgrel = 2
url = https://github.com/gorhill/uBlock
arch = any
license = GPL3
depends = firefox
+ conflicts = firefox-extension-ublock
source = uBlock0-1.0.0.0.xpi::https://github.com/gorhill/uBlock/releases/download/1.0.0.0/uBlock0.firefox.xpi
sha256sums = b586dea639524752fdfd81901ce7ff247955df0f8bc094fd00484175c5fb452b
diff --git a/PKGBUILD b/PKGBUILD
index c0cb0085e005..7676d5269afa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=firefox-extension-ublock-origin
pkgver=1.0.0.0
-pkgrel=1
+pkgrel=2
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')
+conflicts=('firefox-extension-ublock')
source=("uBlock0-$pkgver.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi")
sha256sums=('b586dea639524752fdfd81901ce7ff247955df0f8bc094fd00484175c5fb452b')