Commit eac5d839 authored by Seblu's avatar Seblu
Browse files

up


git-svn-id: https://seblu.net/s/archpkg@208 02741741-5192-46b8-8916-7152b19231d9
parent edba501b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ shopt -s nullglob

pkgbase=linux-rwolf
pkgname=$pkgbase
pkgver=3.2.1
pkgver=3.3
pkgrel=1
[[ ${pkgver##*rc} != $pkgver ]] && testing='testing'
kernelver=${pkgver//_/-}
@@ -14,6 +14,7 @@ arch=('x86_64')
license=('GPL2')
url='http://www.kernel.org'
options=('!strip')
makedepends=('xmlto' 'docbook-xsl')
source=(
  "http://www.kernel.org/pub/linux/kernel/v3.0/$testing/linux-${kernelver}.tar.xz"
  'config'
@@ -68,8 +69,7 @@ package() {
  compver=$(make kernelrelease)
  pkgname=linux-${compver}
  pkgdesc="The Linux Kernel, version $compver"
  groups=('base')
  provides=('linux')
  provides=('linux' 'linux-headers' 'linux-docs')
  depends=('coreutils' 'linux-firmware' 'module-init-tools' 'mkinitcpio')
  install='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.1-rwolf'
pkgname='linux-3.2.4-rwolf'

post_install () {
  source /usr/share/$pkgname/info