diff options
author | Juergen Daubert <jue@jue.li> | 2017-03-07 12:11:03 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2017-03-07 12:11:03 +0100 |
commit | 1cad67b4998f9ff753eaa97de5f768934aa3dec5 (patch) | |
tree | 9cdb6badfe85b7ef3c90df48fd9c47860232bb7e /cifs-utils/Pkgfile | |
parent | d3c79efc4653ba28d37885ebaf11b40af79fcf25 (diff) | |
download | opt-1cad67b4998f9ff753eaa97de5f768934aa3dec5.tar.gz opt-1cad67b4998f9ff753eaa97de5f768934aa3dec5.tar.xz |
cifs-utils: update to 6.7
Diffstat (limited to 'cifs-utils/Pkgfile')
-rw-r--r-- | cifs-utils/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cifs-utils/Pkgfile b/cifs-utils/Pkgfile index 7f9044c58..201f298b8 100644 --- a/cifs-utils/Pkgfile +++ b/cifs-utils/Pkgfile @@ -4,13 +4,14 @@ # Depends on: samba keyutils name=cifs-utils -version=6.6 +version=6.7 release=1 source=(https://download.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2 cifs) build () { cd $name-$version + autoreconf -i ./configure --prefix=/usr make make DESTDIR=$PKG install |