summaryrefslogtreecommitdiff
path: root/community/udevil/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-12 09:22:17 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-12 09:22:17 +0100
commita21571d0234872303afffe134f6c647ad2111b20 (patch)
treea96dae8d65bd3fe7848accb01f4bdb5584f7c551 /community/udevil/PKGBUILD
parent9dd0d82aa6daca172465dcf7e17f95090b24ccc1 (diff)
parent29b0da64a462b6c5f6871b08e344b3ffa59cbd0a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/haskell-tar/PKGBUILD extra/fbida/PKGBUILD extra/kdesdk-kate/PKGBUILD
Diffstat (limited to 'community/udevil/PKGBUILD')
-rw-r--r--community/udevil/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD
index 70de4c9c7..d064ec18d 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 <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
pkgname=udevil
-pkgver=0.3.6
+pkgver=0.4.0
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
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