mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
smbnetfs: update to 0.6.2.
This commit is contained in:
parent
71731a0a8d
commit
6d5547c7ee
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/function.c
|
|
||||||
+++ src/function.c
|
|
||||||
@@ -8,7 +8,7 @@
|
|
||||||
#include <dirent.h>
|
|
||||||
#include <sys/statvfs.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
-#include <attr/xattr.h>
|
|
||||||
+#include <sys/xattr.h>
|
|
||||||
#include <time.h>
|
|
||||||
#include <pthread.h>
|
|
||||||
#include <libsmbclient.h>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'smbnetfs'
|
# Template file for 'smbnetfs'
|
||||||
pkgname=smbnetfs
|
pkgname=smbnetfs
|
||||||
version=0.6.1
|
version=0.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config autoconf"
|
hostmakedepends="pkg-config autoconf"
|
||||||
|
@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://smbnetfs.sourceforge.net"
|
homepage="http://smbnetfs.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=848b8ee4c1b5cc4c83ee35736cb28e1ddcd5789cca948f060e8cb76baa95380a
|
checksum=205b2d32a8b9d9f5093e82c9a4f9fc086baecf8457df4c8b51898334d149a9a7
|
||||||
|
|
Loading…
Add table
Reference in a new issue