summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-06-12 22:23:55 +0200
committerFabioLolix2023-06-12 22:23:55 +0200
commit21e89fc032d5822bd243b272bc55d4f69918bac3 (patch)
tree07a9a0c348c54f89748774a9c048b4b02b30a0e2
parent8e91cfd917d3cebb134af405e3a1634314ea017c (diff)
downloadaur-21e89fc032d5822bd243b272bc55d4f69918bac3.tar.gz
v62.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 973c94d58239..2a4dc724f7b8 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 = 61.1.0
+ pkgver = 62.0.2
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=61.1.0
+ source = git+https://github.com/psemiletov/tea-qt.git#tag=62.0.2
sha512sums = SKIP
pkgname = tea-qt
diff --git a/PKGBUILD b/PKGBUILD
index 518298151d2a..8bca18af2f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Holger Rauch < holger dot rauch at posteo dot de >
pkgname=tea-qt
-pkgver=61.1.0
+pkgver=62.0.2
pkgrel=1
pkgdesc="Powerful text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS with PDF and DJVU support"
arch=(x86_64)
@@ -28,6 +28,7 @@ build() {
cd "${srcdir}/tea-qt/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DQT_DIR=/usr/lib/cmake/Qt6 \
-DUSE_PDF=ON \
-DUSE_DJVU=ON