summaryrefslogtreecommitdiff
path: root/libptytty
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-04 16:03:43 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-04 16:03:43 +0200
commit8d61404edb77ef145d445805d5d6fa71b8879891 (patch)
treea0fcfaea769bf0347e440c368a99b38fc998b818 /libptytty
parent46eabc9ea22c3329f75b85ad130bf6fffb2eb13e (diff)
downloadarchlinuxewe-8d61404edb77ef145d445805d5d6fa71b8879891.tar.xz
libptytty: rebuild
Diffstat (limited to 'libptytty')
-rw-r--r--libptytty/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libptytty/PKGBUILD b/libptytty/PKGBUILD
index 3a707fd11..f07081c5e 100644
--- a/libptytty/PKGBUILD
+++ b/libptytty/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mrdotx <klassiker@gmx.de>
pkgname=libptytty
pkgver=2.0
-pkgrel=6
+pkgrel=7
pkgdesc='OS independent and secure pty/tty and utmp/wtmp/lastlog handling'
arch=('i686' 'pentium4' 'x86_64')
url='http://software.schmorp.de/pkg/libptytty.html'
@@ -11,7 +11,7 @@ license=('GPL')
source=(http://dist.schmorp.de/libptytty/$pkgname-$pkgver.tar.gz)
makedepends=('cmake')
_pinned_dependencies=(
- 'gcc-libs=12.2.1'
+ 'gcc-libs=13.1.1'
'glibc>=2.33'
)
depends=("${_pinned_dependencies[@]}")