summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b01a4245f264..83d07ca32f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = chromium-extension-web-store
install = chromium-extension-web-store.install
arch = any
license = MIT
+ optdepends = ungoogled-chromium
noextract = chromium-extension-web-store-1.5.4.2.crx
source = chromium-extension-web-store-1.5.4.2.crx::https://github.com/NeverDecaf/chromium-web-store/releases/download/v1.5.4.2/Chromium.Web.Store.crx
sha256sums = 4ca47bdf8daf8f0ffa1ef79dabf23516a2c5eb4436d5271b86c07f6eb2d17260
diff --git a/PKGBUILD b/PKGBUILD
index ed2f8ee82fc3..5a3cbbd34dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="chromium web store extension (for ungoogled-chromium)"
arch=('any')
url="https://github.com/NeverDecaf/chromium-web-store"
license=('MIT')
+optdepends=("ungoogled-chromium")
source=("${pkgname}-${pkgver}.crx::${url}/releases/download/v${pkgver}/Chromium.Web.Store.crx")
noextract=("${pkgname}-${pkgver}.crx")
sha256sums=('4ca47bdf8daf8f0ffa1ef79dabf23516a2c5eb4436d5271b86c07f6eb2d17260')