* update cifs-utils to 7.1-1
This commit is contained in:
parent
4848e35ee5
commit
971eb215e8
@ -1,7 +1,7 @@
|
||||
pkgbase = cifs-utils
|
||||
pkgdesc = CIFS filesystem user-space tools
|
||||
pkgver = 7.0
|
||||
pkgrel = 5
|
||||
pkgver = 7.1
|
||||
pkgrel = 1
|
||||
url = https://wiki.samba.org/index.php/LinuxCIFS_utils
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
@ -10,15 +10,15 @@ pkgbase = cifs-utils
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = git
|
||||
makedepends = python-docutils
|
||||
depends = libcap-ng
|
||||
depends = keyutils
|
||||
depends = krb5
|
||||
depends = talloc
|
||||
depends = pam
|
||||
depends = libcap-ng
|
||||
depends = libwbclient
|
||||
depends = talloc
|
||||
optdepends = python: for smb2-quota and smbinfo script
|
||||
source = git+https://git.samba.org/cifs-utils.git?signed#tag=cifs-utils-7.0
|
||||
source = git+https://git.samba.org/cifs-utils.git?signed#tag=cifs-utils-7.1
|
||||
validpgpkeys = C699981A31F338706C817650DF5BA9D30642D5A0
|
||||
b2sums = 962d5e129d9f0bf352667bd7709e77520f3c178ac07f36233ac71cf8017532a924acf79946035707265c0d5becb9c725f1b8e227efcaa9a951d22d761b96d183
|
||||
b2sums = a8c4fc9312daed0e2d27c4ac5ed9aeeb1148891419032bc359c258a241d8cda248473173823098f9c146eab61b199d7fc6cad7b5f2b110a56da95600417b3740
|
||||
|
||||
pkgname = cifs-utils
|
||||
|
@ -1,18 +1,28 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=cifs-utils
|
||||
pkgver=7.0
|
||||
pkgrel=5.1
|
||||
pkgver=7.1
|
||||
pkgrel=1
|
||||
pkgdesc="CIFS filesystem user-space tools"
|
||||
arch=(powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://wiki.samba.org/index.php/LinuxCIFS_utils"
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'pam' 'libwbclient')
|
||||
makedepends=('git' 'python-docutils')
|
||||
depends=(
|
||||
keyutils
|
||||
krb5
|
||||
pam
|
||||
libcap-ng
|
||||
libwbclient
|
||||
talloc
|
||||
)
|
||||
makedepends=(
|
||||
git
|
||||
python-docutils
|
||||
)
|
||||
optdepends=('python: for smb2-quota and smbinfo script')
|
||||
source=("git+https://git.samba.org/cifs-utils.git?signed#tag=${pkgname}-${pkgver}")
|
||||
validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils Distribution Verification Key <cifs-utils@samba.org>
|
||||
b2sums=('962d5e129d9f0bf352667bd7709e77520f3c178ac07f36233ac71cf8017532a924acf79946035707265c0d5becb9c725f1b8e227efcaa9a951d22d761b96d183')
|
||||
b2sums=('a8c4fc9312daed0e2d27c4ac5ed9aeeb1148891419032bc359c258a241d8cda248473173823098f9c146eab61b199d7fc6cad7b5f2b110a56da95600417b3740')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
@ -39,3 +49,4 @@ package() {
|
||||
mkdir -p "${pkgdir}"/etc/cifs-utils
|
||||
ln -s /usr/lib/cifs-utils/idmapwb.so "${pkgdir}"/etc/cifs-utils/idmap-plugin
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user