[arch-commits] Commit in socat/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Mon Feb 1 22:33:49 UTC 2010
Date: Monday, February 1, 2010 @ 17:33:48
Author: giovanni
Revision: 66875
upgpkg: socat 1.7.1.2-1
upstream release
Modified:
socat/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-01 22:14:52 UTC (rev 66874)
+++ PKGBUILD 2010-02-01 22:33:48 UTC (rev 66875)
@@ -3,7 +3,7 @@
# Contributor: John Proctor <jproctor at prium.net>
pkgname=socat
-pkgver=1.7.1.1
+pkgver=1.7.1.2
pkgrel=1
pkgdesc="Relay for bidirectional data transfer via socket, pty, pipe, file and more"
arch=(i686 x86_64)
@@ -15,11 +15,10 @@
md5sums=('52b0216607e35bdfba247560fb85dd82')
build() {
-# install -d $pkgdir/usr/{bin,share/man/man1}
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man
make depend || return 1
make || return 1
make DESTDIR=$pkgdir install
}
-md5sums=('52b0216607e35bdfba247560fb85dd82')
+md5sums=('2a5b7b0355421a039fb68b7541181b38')
More information about the arch-commits
mailing list