diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-03 10:59:53 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-03 10:59:53 +0100 |
commit | 661c6d114aa23bc034f209add5e1576bef36d08d (patch) | |
tree | c1f1432d267bb41549eb10fa5fe38cf6ef56c40b /tea-qt/PKGBUILD | |
parent | ab42cd08bdd4a61b7f80bdc6b7fe52420bc1619d (diff) | |
download | archlinuxewe-661c6d114aa23bc034f209add5e1576bef36d08d.tar.xz |
tea-qt: rebuild
Diffstat (limited to 'tea-qt/PKGBUILD')
-rw-r--r-- | tea-qt/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tea-qt/PKGBUILD b/tea-qt/PKGBUILD index 22de10f7a..38693c5a6 100644 --- a/tea-qt/PKGBUILD +++ b/tea-qt/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea-qt pkgver=62.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="A Qt-based text editor for Linux and *BSD with an ultimate small size, providing hundreds of functions" arch=('i686' 'pentium4' 'x86_64') url="http://semiletov.org/tea/" @@ -19,7 +19,7 @@ _pinned_dependencies=( 'djvulibre=3.5.28' 'gcc-libs=12.2.0' 'glibc>=2.31' - 'hunspell=1.7.1' + 'hunspell=1.7.2' 'libpoppler-qt5.so=1' 'qt5-base=5.15.7+kde+r177' 'zlib=1:1.2.13' |