Commit fb883c48 authored by Seblu's avatar Seblu
Browse files

up 3.2.1


git-svn-id: https://seblu.net/s/archpkg@198 02741741-5192-46b8-8916-7152b19231d9
parent fc6a980d
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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//_/-}
@@ -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"
+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