mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/samba4 to version 4.0.4
This commit is contained in:
parent
db13f77584
commit
74300aaedb
1 changed files with 4 additions and 4 deletions
|
@ -11,12 +11,12 @@
|
|||
pkgname=('libwbclient4' 'smbclient4' 'samba4')
|
||||
|
||||
pkgbase='samba4'
|
||||
pkgver=4.0.3
|
||||
pkgver=4.0.4
|
||||
# We use the 'A' to fake out pacman's version comparators. Samba chooses
|
||||
# to append 'a','b',etc to their subsequent releases, which pamcan
|
||||
# misconstrues as alpha, beta, etc. Bad samba!
|
||||
_realver=4.0.3
|
||||
pkgrel=4
|
||||
_realver=4.0.4
|
||||
pkgrel=0
|
||||
arch=('arm')
|
||||
url="http://www.samba.org"
|
||||
license=('GPL3')
|
||||
|
@ -25,7 +25,7 @@ makedepends=('python2' 'docbook-xsl' 'pkg-config' 'tdb' 'talloc' 'gnutls'
|
|||
'dnsutils')
|
||||
options=(!makeflags)
|
||||
source=(http://ftp.samba.org/pub/samba/stable/samba-${_realver}.tar.gz)
|
||||
md5sums=('fdb093fb362109dae0ccadc314318da7')
|
||||
md5sums=('93af85940905d114f0231df2479eb31a')
|
||||
|
||||
# Use samba-pkg as a staging directory for the split packages
|
||||
# (This is so RPATHS and symlinks are generated correctly via
|
||||
|
|
Loading…
Reference in a new issue