diff --git a/libptytty/.SRCINFO b/libptytty/.SRCINFO index 0c3aa0a5fc..6302bbc413 100644 --- a/libptytty/.SRCINFO +++ b/libptytty/.SRCINFO @@ -1,13 +1,13 @@ 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 - pkgrel = 3 + pkgrel = 5 url = http://software.schmorp.de/pkg/libptytty.html - arch = i686 arch = x86_64 license = GPL makedepends = cmake + depends = gcc-libs source = http://dist.schmorp.de/libptytty/libptytty-2.0.tar.gz - sha1sums = ed0605e23615559139ed8526e1bfaebaf9a95c43 + sha256sums = 8033ed3aadf28759660d4f11f2d7b030acf2a6890cb0f7926fb0cfa6739d31f7 pkgname = libptytty diff --git a/libptytty/PKGBUILD b/libptytty/PKGBUILD index d37cb6dd62..fc464ce01c 100644 --- a/libptytty/PKGBUILD +++ b/libptytty/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libptytty 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' arch=(i686 x86_64 powerpc64le powerpc64 powerpc riscv64) url='http://software.schmorp.de/pkg/libptytty.html'