summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Lenk2023-02-06 22:14:08 +0100
committerPhilipp Lenk2023-02-06 22:14:08 +0100
commitdf64c228a95ec41ed022cdfc3221db178993a766 (patch)
tree76adde7492299a108c355c747f0561d6ab15638e
parent94e31363c8065ac1e5323d572954ae1398a5abc0 (diff)
downloadaur-df64c228a95ec41ed022cdfc3221db178993a766.tar.gz
Updated to version 0.18.4-beta42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8834ddebf8dc..bbbbec48d287 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fernanda
pkgdesc = Editor for drafting long-form fiction
- pkgver = 0.14.0_beta32
+ pkgver = 0.18.4_beta42
pkgrel = 1
url = https://github.com/fairybow/fernanda
arch = x86_64
@@ -9,7 +9,9 @@ pkgbase = fernanda
makedepends = git
depends = p7zip
depends = qt6-base
- source = git+https://github.com/fairybow/fernanda.git#commit=67c3f18fa3bfbef982ee50c4b166108e29f8dcbf
+ depends = qt6-webengine
+ depends = qt6-webchannel
+ source = git+https://github.com/fairybow/fernanda.git#commit=f0dd480b9e89d1078af395cca9777802702dec94
sha256sums = SKIP
pkgname = fernanda
diff --git a/PKGBUILD b/PKGBUILD
index 85964601e90d..c493df0b25e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Lenk <philipplenk at codemetas dot de>
pkgname="fernanda"
-pkgver="0.14.0_beta32"
+pkgver="0.18.4_beta42"
pkgrel="1"
pkgdesc="Editor for drafting long-form fiction"
@@ -9,13 +9,13 @@ url="https://github.com/fairybow/fernanda"
arch=("x86_64")
-depends=(p7zip qt6-base)
+depends=(p7zip qt6-base qt6-webengine qt6-webchannel)
makedepends=(cmake git)
license=("GPL3")
_repo="https://github.com/fairybow/fernanda"
-_commit="67c3f18fa3bfbef982ee50c4b166108e29f8dcbf"
+_commit="f0dd480b9e89d1078af395cca9777802702dec94"
source=("git+${_repo}.git#commit=${_commit}")
sha256sums=('SKIP')