Loading linux-rwolf/PKGBUILD +3 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ shopt -s nullglob pkgbase=linux-rwolf pkgname=$pkgbase pkgver=3.2 pkgver=3.2.1 pkgrel=1 [[ ${pkgver##*rc} != $pkgver ]] && testing='testing' kernelver=${pkgver//_/-} Loading @@ -18,10 +18,8 @@ source=( "http://www.kernel.org/pub/linux/kernel/v3.0/$testing/linux-${kernelver}.tar.xz" 'config' *.patch) md5sums=() for _s in ${source[@]}; do md5sums+=($(md5sum $(get_filepath "$_s")|cut -f1 -d' ')) done # small hack to avoid makepkg to check checksum SKIPCHECKSUMS=1 build() { msg2 "Kernel version: $kernelver" Loading linux-rwolf/install +1 −1 Original line number Diff line number Diff line # arg 1: the new package version # arg 2: the old package version pkgname='linux-3.2.0-rwolf' pkgname='linux-3.2.1-rwolf' post_install () { source /usr/share/$pkgname/info Loading Loading
linux-rwolf/PKGBUILD +3 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ shopt -s nullglob pkgbase=linux-rwolf pkgname=$pkgbase pkgver=3.2 pkgver=3.2.1 pkgrel=1 [[ ${pkgver##*rc} != $pkgver ]] && testing='testing' kernelver=${pkgver//_/-} Loading @@ -18,10 +18,8 @@ source=( "http://www.kernel.org/pub/linux/kernel/v3.0/$testing/linux-${kernelver}.tar.xz" 'config' *.patch) md5sums=() for _s in ${source[@]}; do md5sums+=($(md5sum $(get_filepath "$_s")|cut -f1 -d' ')) done # small hack to avoid makepkg to check checksum SKIPCHECKSUMS=1 build() { msg2 "Kernel version: $kernelver" Loading
linux-rwolf/install +1 −1 Original line number Diff line number Diff line # arg 1: the new package version # arg 2: the old package version pkgname='linux-3.2.0-rwolf' pkgname='linux-3.2.1-rwolf' post_install () { source /usr/share/$pkgname/info Loading