summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b3501dd7990..62f54f5066cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = passff-host-librewolf-git
pkgdesc = Host app for the WebExtension PassFF. Ported to LibreWolf.
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/passff/passff-host
arch = any
@@ -8,8 +8,8 @@ pkgbase = passff-host-librewolf-git
makedepends = git
makedepends = jq
depends = python
- conflicts = passff-host
- conflicts = passff-host-git
+ provides = passff-host-librewolf=1.2.4
+ conflicts = passff-host-librewolf
source = passff-host::git+https://github.com/passff/passff-host.git
sha384sums = SKIP
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')