makedeb


libptytty-bin 2.0-3


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.

Commit:


Hash: 96c6b079b2121201fc13a8faa8728fcdbedfb18b

Message: initial commit

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d2f18ef..023054f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,13 +3,16 @@ generated-by = makedeb-makepkg
 pkgbase = libptytty-bin
 	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
 	pkgver = 2.0
-	pkgrel = 1
+	pkgrel = 2
 	url = http://software.schmorp.de/pkg/libptytty.html
 	arch = x86_64
 	license = GPL
 	makedepends = cmake
 	provides = libptytty
+	provides = libptytty0
 	conflicts = libptytty
+	conflicts = libptytty0
+	conflicts = libptytty-dev
 	source = http://dist.schmorp.de/libptytty/libptytty-2.0.tar.gz
 	sha512sums = 9cca5fddbcc4025c2bbe043e3367ac902d0024a34301258dafcf0de70935c055279d88227168d112d0e4c0dc37f1f49e1ea587bd6bddf0b9d92400657bc7be08
 
diff --git a/PKGBUILD b/PKGBUILD
index 2db4b3f..787a45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
 pkgname=libptytty-bin
 _pkgname=libptytty
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 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"
 arch=('x86_64')
 url="http://software.schmorp.de/pkg/libptytty.html"
 license=('GPL')
 source=(http://dist.schmorp.de/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
 makedepends=('cmake')
-provides=('libptytty')
-conflicts=('libptytty')
+provides=('libptytty' 'libptytty0')
+conflicts=('libptytty' 'libptytty0' 'libptytty-dev')
 sha512sums=('9cca5fddbcc4025c2bbe043e3367ac902d0024a34301258dafcf0de70935c055279d88227168d112d0e4c0dc37f1f49e1ea587bd6bddf0b9d92400657bc7be08')
 build() {
   install -d "${srcdir}/${_pkgname}-${pkgver}/build"