fix md5sum array
This commit is contained in:
parent
a8d14f78a1
commit
321b05ccb6
20
PKGBUILD
20
PKGBUILD
|
@ -19,6 +19,13 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'linux.preset'
|
||||
'change-default-console-loglevel.patch'
|
||||
'criu-no-expert.patch')
|
||||
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
||||
'6366a8d4b0429ab6836c296ba298fb0e'
|
||||
'09aad29932fe0d1aa765b314800db9a8'
|
||||
'5ffd739d5b3e7c68bf07472aaceca400'
|
||||
'eb14dcfd80c00852ef81ded6e826826a'
|
||||
'f3def2cefdcbb954c21d8505d23cc83c'
|
||||
'd50c1ac47394e9aec637002ef3392bd1')
|
||||
|
||||
_kernelname=${pkgbase#linux}
|
||||
|
||||
|
@ -326,16 +333,3 @@ for _p in ${pkgname[@]}; do
|
|||
done
|
||||
|
||||
# vim:set ts=8 sts=2 sw=2 et:
|
||||
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
||||
'6366a8d4b0429ab6836c296ba298fb0e'
|
||||
'09aad29932fe0d1aa765b314800db9a8'
|
||||
'1e3e8aaf0dd56131ccfcee05695b0109'
|
||||
'eb14dcfd80c00852ef81ded6e826826a'
|
||||
'f3def2cefdcbb954c21d8505d23cc83c')
|
||||
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
||||
'6366a8d4b0429ab6836c296ba298fb0e'
|
||||
'09aad29932fe0d1aa765b314800db9a8'
|
||||
'5ffd739d5b3e7c68bf07472aaceca400'
|
||||
'eb14dcfd80c00852ef81ded6e826826a'
|
||||
'f3def2cefdcbb954c21d8505d23cc83c'
|
||||
'd50c1ac47394e9aec637002ef3392bd1')
|
||||
|
|
Loading…
Reference in New Issue