diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-07 11:02:07 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-07 11:02:07 -0300 |
commit | 8a3d4ee5105eefa2136eb7ae83e69d01f29864c3 (patch) | |
tree | 8be9a06d3b2d8cade4b5dba48e040c632bd33850 /extra/socat/PKGBUILD | |
parent | 404b7ff94ece6bb2ce0e9df042ac1fe798137c83 (diff) | |
parent | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/zathura/PKGBUILD
extra/gnome-desktop-sharp/PKGBUILD
extra/gnome-python-desktop/PKGBUILD
extra/libdvdread/PKGBUILD
extra/mjpegtools/PKGBUILD
extra/postgresql/PKGBUILD
Diffstat (limited to 'extra/socat/PKGBUILD')
-rw-r--r-- | extra/socat/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/socat/PKGBUILD b/extra/socat/PKGBUILD index cbf292c3d..4f1fe455e 100644 --- a/extra/socat/PKGBUILD +++ b/extra/socat/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 131647 2011-07-13 08:01:50Z bisson $ +# $Id: PKGBUILD 144455 2011-12-06 03:46:24Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=socat -pkgver=1.7.1.3 -pkgrel=3 +pkgver=1.7.2.0 +pkgrel=1 pkgdesc='Multipurpose relay' url='http://www.dest-unreach.org/socat/' license=('GPL2') arch=('i686' 'x86_64' 'mips64el') depends=('readline' 'openssl') source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b') +sha1sums=('32181b08aa91309ee368e1e36a2cb337eedc425a') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -20,7 +20,6 @@ build() { ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - --disable-libwrap # only required while base/base-devel uses tcp_wrappers make } |