diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:04:02 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:04:02 +0200 |
commit | 0eef69c1592e4b9cced60192b8a14b1c4d957847 (patch) | |
tree | 85841120bc87a24e0dc020a93964795ef84d7954 /tea-qt | |
parent | 38164345338335bced31673f8cdbdc919cf4da03 (diff) | |
download | archlinuxewe-0eef69c1592e4b9cced60192b8a14b1c4d957847.tar.xz |
tea-qt: rebuild
Diffstat (limited to 'tea-qt')
-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 4cee790f1..375eebde3 100644 --- a/tea-qt/PKGBUILD +++ b/tea-qt/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea-qt pkgver=62.0.2 -pkgrel=18 +pkgrel=19 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/" @@ -17,7 +17,7 @@ license=('GPL') _pinned_dependencies=( 'aspell=0.60.8' 'djvulibre=3.5.28' - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' 'hunspell=1.7.2' 'libpoppler-qt5.so=1' |