Date: Monday, February 11, 2013 @ 18:04:43 Author: bpiotrowski Revision: 84144
upgpkg: udevil 0.4.0-1 Modified: udevil/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-11 15:20:18 UTC (rev 84143) +++ PKGBUILD 2013-02-11 17:04:43 UTC (rev 84144) @@ -3,7 +3,7 @@ # 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 @@ 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 @@ 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
