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: bd756b912f35b55a538ce20face165f12792dd97

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f0960a4..2c1f34d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-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 = 2
-	url = http://software.schmorp.de/pkg/libptytty.html
-	arch = x86_64
-	license = GPL
-	makedepends = cmake
-	provides = libptytty
-	conflicts = libptytty
-	conflicts = libptytty0
-	conflicts = libptytty-dev
-	source = http://dist.schmorp.de/libptytty/libptytty-2.0.tar.gz
-	sha512sums = 9cca5fddbcc4025c2bbe043e3367ac902d0024a34301258dafcf0de70935c055279d88227168d112d0e4c0dc37f1f49e1ea587bd6bddf0b9d92400657bc7be08
-
+generated-by = makedeb
 pkgname = libptytty-bin
+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
+pkgrel = 3
+pkgver = 2.0
+url = http://software.schmorp.de/pkg/libptytty.html
+arch = amd64
+conflicts = libptytty
+conflicts = libptytty0
+conflicts = libptytty-dev
+license = GPL
+makedepends = cmake
+provides = libptytty
+source = http://dist.schmorp.de/libptytty/libptytty-2.0.tar.gz
+sha512sums = 9cca5fddbcc4025c2bbe043e3367ac902d0024a34301258dafcf0de70935c055279d88227168d112d0e4c0dc37f1f49e1ea587bd6bddf0b9d92400657bc7be08
+makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index fd4deca..04972f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
 pkgname=libptytty-bin
 _pkgname=libptytty
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 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')
+arch=('amd64')
 url="http://software.schmorp.de/pkg/libptytty.html"
 license=('GPL')
 source=(http://dist.schmorp.de/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)