diff options
author | root <root@rshg054.dnsready.net> | 2012-01-14 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-14 23:15:11 +0000 |
commit | 2d4aa7f882dac8abb34e973655326c93f584f31f (patch) | |
tree | c9404799d0aea846ee22c16108ef00fe8babbb7a /extra/rdesktop/PKGBUILD | |
parent | b5f690637837ff269bf5d248ee2dc37ea5236ca8 (diff) |
Sat Jan 14 23:15:11 UTC 2012
Diffstat (limited to 'extra/rdesktop/PKGBUILD')
-rw-r--r-- | extra/rdesktop/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/rdesktop/PKGBUILD b/extra/rdesktop/PKGBUILD index b839f0b83..d47f37bf7 100644 --- a/extra/rdesktop/PKGBUILD +++ b/extra/rdesktop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 146436 2012-01-11 05:01:01Z eric $ +# $Id: PKGBUILD 146604 2012-01-14 02:04:54Z eric $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Dan McGee <dan@archlinux.org> pkgname=rdesktop pkgver=1.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="An open source client for Windows Remote Desktop Services" arch=('i686' 'x86_64') url="http://www.rdesktop.org/" @@ -25,7 +25,7 @@ build() { # Fix libao segfault, from Fedora patch -i "${srcdir}/rdesktop-libao.patch" - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-smartcard make } |