From 29b0da64a462b6c5f6871b08e344b3ffa59cbd0a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Feb 2013 00:04:34 -0800 Subject: Tue Feb 12 00:04:33 PST 2013 --- community/udevil/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/udevil/PKGBUILD') diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD index 56d373322..63b7a9a15 100644 --- a/community/udevil/PKGBUILD +++ b/community/udevil/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 81359 2012-12-18 17:43:40Z bpiotrowski $ +# $Id: PKGBUILD 84145 2013-02-11 17:05:04Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ pkgname=udevil -pkgver=0.3.6 +pkgver=0.4.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Mount and unmount without password' @@ -11,7 +11,8 @@ url='http://ignorantguru.github.com/udevil/' license=('GPL3') makedepends=('intltool' 'gettext') depends=('udev' 'glib2') -optdepends=('nfs-utils: mount nfs shares' +optdepends=('davfs2: mount WebDAV shares' + 'nfs-utils: mount nfs shares' 'sshfs: mount sftp shares' 'curlftpfs: mount ftp shares' 'cifs-utils: mount samba shares' @@ -23,7 +24,7 @@ provides=('devmon') backup=('etc/udevil/udevil.conf') install=$pkgname.install source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz) -md5sums=('522a06a2af81d36f2b9d6a8bd31fa88d') +sha256sums=('baaab9b65ccbab55849ce4dec22ba412fd45655b14d163030c2245bc62fc7265') build() { cd $srcdir/$pkgname-$pkgver -- cgit v1.2.3-54-g00ecf