summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeppeX2023-12-16 23:57:46 +0200
committerJeppeX2023-12-16 23:57:46 +0200
commit7c9c592b7ce7439be87c19b5718718be093bf9da (patch)
tree3622c54ec0bfc1f5538419ea5a85c3bb2d8c0aa8
parent652a90b9709cd72264375a01485758ee9a0547e2 (diff)
downloadaur-passff-host-librewolf-git.tar.gz
update to 1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60db6baf196b..62f54f5066cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = passff-host-librewolf-git
pkgdesc = Host app for the WebExtension PassFF. Ported to LibreWolf.
- pkgver = 1.2.3
- pkgrel = 3
+ pkgver = 1.2.4
+ pkgrel = 1
url = https://github.com/passff/passff-host
arch = any
license = GPL2
makedepends = git
makedepends = jq
depends = python
- provides = passff-host-librewolf=1.2.3
+ 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 5a0372f35700..0afa64d9c500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=passff-host
pkgname=$_pkgname-librewolf-git
-pkgver=1.2.3
-pkgrel=3
+pkgver=1.2.4
+pkgrel=1
pkgdesc="Host app for the WebExtension PassFF. Ported to LibreWolf."
arch=(any)
url="https://github.com/passff/passff-host"