summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d08191bf329c..60db6baf196b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = passff-host-librewolf-git
pkgdesc = Host app for the WebExtension PassFF. Ported to LibreWolf.
pkgver = 1.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/passff/passff-host
arch = any
license = GPL2
makedepends = git
makedepends = jq
depends = python
+ provides = passff-host-librewolf=1.2.3
+ conflicts = passff-host-librewolf
source = passff-host::git+https://github.com/passff/passff-host.git
sha384sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ded6e9e6b794..5a0372f35700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
_pkgname=passff-host
pkgname=$_pkgname-librewolf-git
pkgver=1.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="Host app for the WebExtension PassFF. Ported to LibreWolf."
arch=(any)
url="https://github.com/passff/passff-host"
license=('GPL2')
depends=('python')
makedepends=(git jq)
-conflicts=()
+provides=("passff-host-librewolf=${pkgver}")
+conflicts=('passff-host-librewolf')
source=("$_pkgname::git+https://github.com/passff/passff-host.git")
sha384sums=('SKIP')