summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Cai2021-07-09 16:50:16 +0800
committerPeter Cai2021-07-09 16:50:16 +0800
commit0ab24ed85c5e4a6b829863d2da15d194c2425d84 (patch)
tree776175c1d91e1ca6b1c9d1683f65ee24f9448f5c
parent7933b6e667e8f55e0b524a8cd02dec7b9beb08d4 (diff)
downloadaur-0ab24ed85c5e4a6b829863d2da15d194c2425d84.tar.gz
provide and conflict with firefoxpwa
there's a second package called `firefoxpwa-git` here on AUR.
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d810d6d287d1..078aa9601430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgrel=2
arch=('x86_64')
url="https://github.com/filips123/FirefoxPWA"
license=('MPL2')
+provides=('firefoxpwa')
+conflicts=('firefoxpwa')
depends=('firefox')
makedepends=('rust' 'cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/filips123/FirefoxPWA/archive/refs/tags/v$pkgver.tar.gz")