Skip to content

Commit 6549e27

Browse files
committed
davfs2: update to 1.7.2
1 parent 365d292 commit 6549e27

3 files changed

Lines changed: 3 additions & 221 deletions

File tree

srcpkgs/davfs2/patches/010-main_code_fix.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

srcpkgs/davfs2/patches/100-musl-compat.patch

Lines changed: 0 additions & 195 deletions
This file was deleted.

srcpkgs/davfs2/template

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'davfs2'
22
pkgname=davfs2
3-
version=1.6.1
4-
revision=2
3+
version=1.7.2
4+
revision=1
55
build_style=gnu-configure
66
configure_args="dav_user=nobody dav_group=network --enable-largefile"
77
hostmakedepends="automake gettext gettext-devel neon-devel tar"
@@ -12,7 +12,7 @@ maintainer="Alexander Mamay <alexander@mamay.su>"
1212
license="GPL-3.0-or-later"
1313
homepage="https://savannah.nongnu.org/projects/davfs2"
1414
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
15-
checksum=ce3eb948ece582a51c934ccb0cc70e659839172717caff173f69a5e2af90c5c0
15+
checksum=1bdc2bb235a9f2e546a6a13c559ecf43c64407e3c4497d77b8ec3f62f4b84e46
1616

1717
CFLAGS="-fcommon"
1818

@@ -21,6 +21,5 @@ pre_configure() {
2121
}
2222

2323
post_install() {
24-
rm -r ${DESTDIR}/sbin
2524
rm -r ${DESTDIR}/usr/share/davfs2
2625
}

0 commit comments

Comments
 (0)