From 65fc135d819bca57faf8e31082c6829fe5add3f5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 2 Aug 2022 20:34:39 +0200 Subject: libptytty: rebuild --- libptytty/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libptytty') diff --git a/libptytty/PKGBUILD b/libptytty/PKGBUILD index 95990f1a6..5659e068a 100644 --- a/libptytty/PKGBUILD +++ b/libptytty/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: mrdotx pkgname=libptytty pkgver=2.0 -pkgrel=3 +pkgrel=4 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.1.0' + 'gcc-libs=12.1.1' 'glibc>=2.33' ) depends=("${_pinned_dependencies[@]}") -- cgit v1.2.3-54-g00ecf