summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeppeX2022-03-05 22:28:03 +0200
committerJeppeX2022-03-05 22:28:03 +0200
commitc0d524372459e41974c205e9704634aaff4d6121 (patch)
treeda8717b1e4af92e3204db25860f2f2157f1cf7ad
parentc87a9220add1c5e51858aeb33e224affe3c34411 (diff)
downloadaur-c0d524372459e41974c205e9704634aaff4d6121.tar.gz
remove false conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b3501dd7990..d08191bf329c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = passff-host-librewolf-git
pkgdesc = Host app for the WebExtension PassFF. Ported to LibreWolf.
pkgver = 1.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/passff/passff-host
arch = any
license = GPL2
makedepends = git
makedepends = jq
depends = python
- conflicts = passff-host
- conflicts = passff-host-git
source = passff-host::git+https://github.com/passff/passff-host.git
sha384sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dcb3f940aa0d..ded6e9e6b794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=passff-host
pkgname=$_pkgname-librewolf-git
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
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=("$_pkgname" 'passff-host-git')
+conflicts=()
source=("$_pkgname::git+https://github.com/passff/passff-host.git")
sha384sums=('SKIP')