summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4dc724f7b8..63172d6ea138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tea-qt
pkgdesc = Powerful text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS with PDF and DJVU support
- pkgver = 62.0.2
+ pkgver = 62.2.1
pkgrel = 1
url = https://tea.ourproject.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tea-qt
depends = hunspell
optdepends = poppler-qt6: open and search text in PDF files
optdepends = djvulibre: open and search in DJVU
- source = git+https://github.com/psemiletov/tea-qt.git#tag=62.0.2
+ source = git+https://github.com/psemiletov/tea-qt.git#tag=62.2.1
sha512sums = SKIP
pkgname = tea-qt
diff --git a/PKGBUILD b/PKGBUILD
index 8bca18af2f05..71c67b4b9a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
# Contributor: Holger Rauch < holger dot rauch at posteo dot de >
pkgname=tea-qt
-pkgver=62.0.2
+pkgver=62.2.1
pkgrel=1
pkgdesc="Powerful text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS with PDF and DJVU support"
arch=(x86_64)
url="https://tea.ourproject.org/"
license=(GPL3)
-depends=(qt6-base qt6-5compat hunspell)
+depends=(qt6-base qt6-5compat hunspell )
makedepends=(cmake git)
optdepends=('poppler-qt6: open and search text in PDF files'
'djvulibre: open and search in DJVU')
@@ -28,7 +28,6 @@ build() {
cd "${srcdir}/tea-qt/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DQT_DIR=/usr/lib/cmake/Qt6 \
-DUSE_PDF=ON \
-DUSE_DJVU=ON