diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-31 10:45:34 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-31 10:45:34 -0300 |
commit | db6d80995b7f835ba0b581a007bd0040e7d138b0 (patch) | |
tree | 00d3b174ccb85f692744e12059bcd04cddb2137c /extra/davfs2/PKGBUILD | |
parent | 8226dd7c223cb14962fe6a76f369b96684563155 (diff) | |
parent | 68cdc08aec92abf91448a542e06fabbedbb583bf (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/glibc/PKGBUILD
extra/telepathy-logger-qt/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
testing/openssh/PKGBUILD
testing/openssh/sshd
testing/openssh/sshd.service
testing/spamassassin/PKGBUILD
testing/spamassassin/spamassassin.install
testing/upower/PKGBUILD
Diffstat (limited to 'extra/davfs2/PKGBUILD')
-rw-r--r-- | extra/davfs2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/davfs2/PKGBUILD b/extra/davfs2/PKGBUILD index 9a54c27ef..0293473a7 100644 --- a/extra/davfs2/PKGBUILD +++ b/extra/davfs2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 149924 2012-02-11 22:48:34Z thomas $ +# $Id: PKGBUILD 165783 2012-08-29 23:04:18Z thomas $ # Maintainer: Thomas Baechler <thomas@archlinux.org> pkgname=davfs2 -pkgver=1.4.6 -pkgrel=2 +pkgver=1.4.7 +pkgrel=1 pkgdesc="File system driver that allows you to mount a WebDAV folder" arch=(i686 x86_64 'mips64el') url="http://savannah.nongnu.org/projects/davfs2" @@ -10,7 +10,7 @@ license=('GPL') depends=('neon') backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets) source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz) -sha256sums=('e07252ec6db38c8f691bf2dada639e8300e058594f47a7c3c45020631621c356') +sha256sums=('50c0ee2a12e8d09fc6a852d32bdfebb1f784939433a85f05254bc7ef28cff044') build() { cd "${srcdir}/${pkgname}-${pkgver}" |