mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
aur/cifs-utils4 add "provides"
This commit is contained in:
parent
8af9f7a45a
commit
fd96eb541b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ license=('GPL')
|
|||
depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient4')
|
||||
source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$_pkgbase-$pkgver.tar.bz2)
|
||||
conflicts=('cifs-utils')
|
||||
|
||||
provides=("cifs-utils=${pkgver}")
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgbase-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue