diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:40 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:40 +0100 |
commit | 4425ba86c5965365917373c59fa4738742d3fe91 (patch) | |
tree | ce1fd317654792ae61f95e43af99fc53924d2e1b /libptytty | |
parent | 6a7e04994328048199718d4952b10da99bb75089 (diff) | |
download | archlinuxewe-4425ba86c5965365917373c59fa4738742d3fe91.tar.xz |
libptytty: rebuild
Diffstat (limited to 'libptytty')
-rw-r--r-- | libptytty/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libptytty/PKGBUILD b/libptytty/PKGBUILD index fcfe6e213..3a707fd11 100644 --- a/libptytty/PKGBUILD +++ b/libptytty/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: mrdotx <klassiker@gmx.de> pkgname=libptytty pkgver=2.0 -pkgrel=5 +pkgrel=6 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.0' + 'gcc-libs=12.2.1' 'glibc>=2.33' ) depends=("${_pinned_dependencies[@]}") |