* update libptytty to 2.0-5

This commit is contained in:
Alexander Baldeck 2024-08-20 08:10:13 +02:00
parent 25eebf5be6
commit 0bbe6281d4
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = libptytty pkgbase = libptytty
pkgdesc = libptytty is an offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling in mostly OS-independent ways, so it's less of a hassle for you pkgdesc = An offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling in mostly OS-independent ways
pkgver = 2.0 pkgver = 2.0
pkgrel = 3 pkgrel = 5
url = http://software.schmorp.de/pkg/libptytty.html url = http://software.schmorp.de/pkg/libptytty.html
arch = i686
arch = x86_64 arch = x86_64
license = GPL license = GPL
makedepends = cmake makedepends = cmake
depends = gcc-libs
source = http://dist.schmorp.de/libptytty/libptytty-2.0.tar.gz source = http://dist.schmorp.de/libptytty/libptytty-2.0.tar.gz
sha1sums = ed0605e23615559139ed8526e1bfaebaf9a95c43 sha256sums = 8033ed3aadf28759660d4f11f2d7b030acf2a6890cb0f7926fb0cfa6739d31f7
pkgname = libptytty pkgname = libptytty

View File

@ -4,7 +4,7 @@
pkgname=libptytty pkgname=libptytty
pkgver=2.0 pkgver=2.0
pkgrel=4 pkgrel=5
pkgdesc='An offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling in mostly OS-independent ways' pkgdesc='An offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling in mostly OS-independent ways'
arch=(i686 x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(i686 x86_64 powerpc64le powerpc64 powerpc riscv64)
url='http://software.schmorp.de/pkg/libptytty.html' url='http://software.schmorp.de/pkg/libptytty.html'