summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcb3f940aa0d..0afa64d9c500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=passff-host
pkgname=$_pkgname-librewolf-git
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="Host app for the WebExtension PassFF. Ported to LibreWolf."
arch=(any)
@@ -11,7 +11,8 @@ url="https://github.com/passff/passff-host"
license=('GPL2')
depends=('python')
makedepends=(git jq)
-conflicts=("$_pkgname" 'passff-host-git')
+provides=("passff-host-librewolf=${pkgver}")
+conflicts=('passff-host-librewolf')
source=("$_pkgname::git+https://github.com/passff/passff-host.git")
sha384sums=('SKIP')