summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2016-12-13 22:22:44 -0500
committerDaniel M. Capella2016-12-13 22:22:44 -0500
commitd0e6065d8d2d371a5842ca29e3d3f2421768627e (patch)
tree4b1bfb14338dbf2cfa513ba638425414899c2da6
parent8f545e1f380649cff0b8dd9c6b12042a1317243e (diff)
downloadaur-d0e6065d8d2d371a5842ca29e3d3f2421768627e.tar.gz
Remove Firefox depends
Make it easier for other browsers to use this.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3e70a294916..7f4f2a64e4b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 4 19:25:49 UTC 2016
+# Wed Dec 14 03:22:44 UTC 2016
pkgbase = firefox-vimfx
pkgdesc = Vim keyboard shortcuts for Firefox
pkgver = 0.20.5
@@ -7,8 +7,6 @@ pkgbase = firefox-vimfx
url = https://github.com/akhodakivskiy/VimFx
arch = any
license = GPL3
- depends = firefox
- conflicts = firefox-extension-vimfx
noextract = VimFx-0.20.5.xpi
source = VimFx-0.20.5.xpi::https://github.com/akhodakivskiy/VimFx/releases/download/v0.20.5/VimFx.xpi
sha512sums = 75016244ee61579edd7a65f20d7047353ebf3d2447870a53c5b9086cb341d077e7d6a36825b0e16084ab1e9c18df430f9a3ffc585778e4b6a6d2e02e6c99ce71
diff --git a/PKGBUILD b/PKGBUILD
index 9f66716ac7b5..63bbef74caf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,6 @@ pkgdesc='Vim keyboard shortcuts for Firefox'
url=https://github.com/akhodakivskiy/VimFx
arch=('any')
license=('GPL3')
-depends=('firefox')
-conflicts=('firefox-extension-vimfx')
source=("VimFx-$pkgver.xpi::$url/releases/download/v$pkgver/VimFx.xpi")
noextract=("${source%%::*}")
sha512sums=('75016244ee61579edd7a65f20d7047353ebf3d2447870a53c5b9086cb341d077e7d6a36825b0e16084ab1e9c18df430f9a3ffc585778e4b6a6d2e02e6c99ce71')