diff options
Diffstat (limited to 'community/dar/PKGBUILD')
-rw-r--r-- | community/dar/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/dar/PKGBUILD b/community/dar/PKGBUILD index 792a6871d..79dc0b56a 100644 --- a/community/dar/PKGBUILD +++ b/community/dar/PKGBUILD @@ -1,16 +1,18 @@ -# $Id: PKGBUILD 42079 2011-03-13 09:21:39Z shusmann $ +# $Id: PKGBUILD 48698 2011-06-05 04:47:47Z shusmann $ # Contributor: Aaron Schaefer <aaron@elasticdog.com> # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=dar -pkgver=2.3.11 +pkgver=2.4.0 pkgrel=1 pkgdesc='A full featured command-line backup tool, short for Disk ARchive' arch=('i686' 'x86_64' 'mips64el') url='http://dar.linux.free.fr/' license=('GPL') -depends=('attr' 'bzip2' 'gcc-libs' 'openssl' 'zlib') +depends=('bzip2' 'lzo2' 'libgcrypt') +optdepends=('perl: for running some samples') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('5f8766f50069faf0a915e691372e56f8') +md5sums=('1e0e02d3c90cdaaaf2850eff25599fba') +options=('!libtool') build() { cd "$srcdir/$pkgname-$pkgver" |