summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3420636e328..736a50917239 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 = 63.0.0
+ pkgver = 63.0.2
pkgrel = 2
url = https://tea.ourproject.org/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = tea-qt
depends = hunspell
optdepends = poppler: open and search text in PDF files
optdepends = djvulibre: open and search in DJVU
- source = git+https://github.com/psemiletov/tea-qt.git#tag=63.0.0
+ source = git+https://github.com/psemiletov/tea-qt.git#tag=63.0.2
sha512sums = SKIP
pkgname = tea-qt
diff --git a/PKGBUILD b/PKGBUILD
index 9e36375762f1..029d681a2409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Holger Rauch < holger dot rauch at posteo dot de >
pkgname=tea-qt
-pkgver=63.0.0
+pkgver=63.0.2
pkgrel=2
pkgdesc="Powerful text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS with PDF and DJVU support"
arch=(x86_64)
@@ -33,10 +33,11 @@ build() {
make
- cd "${srcdir}/tea-qt/desktop"
- sed -i 's/tea %U/tea-qt %U/g' tea.desktop
+ cd "${srcdir}/tea-qt/"
+ sed -i 's/tea %F/tea-qt %F/g' desktop/tea.desktop
}
+
package(){
cd "${srcdir}/tea-qt/build"
make DESTDIR="${pkgdir}" install