summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2024-05-23 15:42:06 -0400
committerChris Severance2024-05-23 15:42:06 -0400
commit40f99092aa0b3a6b20834dcc1e2ee2bfcd20940b (patch)
treeee4873f40a82581e5d44337e796438d597443eca
parentdf2ad9f90b270c7216d801fad81425b5fcb590a8 (diff)
downloadaur-40f99092aa0b3a6b20834dcc1e2ee2bfcd20940b.tar.gz
autu: Update to 2.0.0.beta.r13.gb426303b-1 Add back qt5-webkit, available from bsdice
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0f9893cfd40..8c7d174c0d52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = notepadqq-git
depends = nodejs
depends = qt5-webengine>=5.6
depends = uchardet
+ depends = qt5-webkit
optdepends = mathjax2: Math rendering
provides = notepadqq=2.0.0.beta
conflicts = notepadqq
diff --git a/PKGBUILD b/PKGBUILD
index 08d27488c5c9..b929be72f1cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ depends=('glibc' 'gcc-libs' 'bash' 'hicolor-icon-theme' 'qt5-base' 'qt5-svg>=5.6
#depends+=('desktop-file-utils')
depends+=('nodejs')
depends+=('qt5-webengine>=5.6' 'uchardet')
+depends+=('qt5-webkit') # It is required though namcap can't find any reference. notepadqq loads without webkit but crashes when you start editing
makedepends=('git' 'qt5-tools')
makedepends+=('qt5-websockets' 'qt5-tools>=5.6')
optdepends=('mathjax2: Math rendering')