cifs-utils: update to 6.5, rebuild with new krb5.

This commit is contained in:
shainer 2016-03-20 22:35:09 +00:00
parent ee82421b38
commit fccd07ff08

View File

@ -4,15 +4,15 @@
# maintainer abveritas[at]chakra-project[dog]org>
pkgname=cifs-utils
pkgver=6.1
pkgver=6.5
pkgrel=1
pkgdesc="CIFS filesystem user-space tools"
arch=('x86_64')
url="http://wiki.samba.org/index.php/LinuxCIFS_utils"
license=('GPL')
depends=('libcap' 'keyutils' 'krb5' 'talloc')
source=("ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2")
md5sums=('f83ef48ab1154aa74dd4cf1c1202bf04')
source=("https://download.samba.org/pub/linux-cifs/cifs-utils/${pkgname}-${pkgver}.tar.bz2")
md5sums=('74b2c398ce83a8b792faabc414cec314')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"