makedeb
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
Click here to go back to the commit logs for libptytty-bin.
Hash: 36a4b7ff5662e2da371eefe3ad7c1c172784ac66
Message: initial commit
diff --git a/.SRCINFO b/.SRCINFO
index 023054f..f0960a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = libptytty-bin
license = GPL
makedepends = cmake
provides = libptytty
- provides = libptytty0
conflicts = libptytty
conflicts = libptytty0
conflicts = libptytty-dev
diff --git a/PKGBUILD b/PKGBUILD
index 787a45b..fd4deca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://software.schmorp.de/pkg/libptytty.html"
license=('GPL')
source=(http://dist.schmorp.de/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
makedepends=('cmake')
-provides=('libptytty' 'libptytty0')
+provides=('libptytty')
conflicts=('libptytty' 'libptytty0' 'libptytty-dev')
sha512sums=('9cca5fddbcc4025c2bbe043e3367ac902d0024a34301258dafcf0de70935c055279d88227168d112d0e4c0dc37f1f49e1ea587bd6bddf0b9d92400657bc7be08')
build() {