updated PKGBUILDs to 3.13.8-1

pull/21/head
graysky 11 years ago
parent 0adb5fcc45
commit e73de7f53e
  1. 4
      spl-utils/PKGBUILD
  2. 8
      spl/PKGBUILD
  3. 4
      zfs-utils/PKGBUILD
  4. 10
      zfs/PKGBUILD

@ -11,8 +11,8 @@ pkgname="spl-utils"
# The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh
#
pkgver=0.6.2_3.13.7
pkgrel=3
pkgver=0.6.2_3.13.8
pkgrel=1
pkgdesc="Solaris Porting Layer kernel module support files."
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"

@ -11,14 +11,14 @@ pkgname="spl"
# The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh
#
pkgver=0.6.2_3.13.7
pkgrel=3
pkgver=0.6.2_3.13.8
pkgrel=1
# Used incase the i686 and x86_64 linux packages get out of sync with the
# PKGREL. This occurred on January 31, 2014 where i686 was versioned at
# 3.12.9-1 and x86_64 was versioned at 3.12.9-2.
LINUX_VERSION_X32="3.13.7-1"
LINUX_VERSION_X64="3.13.7-1"
LINUX_VERSION_X32="3.13.8-1"
LINUX_VERSION_X64="3.13.8-1"
[[ $CARCH == "i686" ]] && LINUX_VERSION=$LINUX_VERSION_X32 || LINUX_VERSION=$LINUX_VERSION_X64
pkgdesc="Solaris Porting Layer kernel modules."

@ -11,8 +11,8 @@ pkgname="zfs-utils"
# The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh
#
pkgver=0.6.2_3.13.7
pkgrel=3
pkgver=0.6.2_3.13.8
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
depends=("spl")
arch=("i686" "x86_64")

@ -11,18 +11,18 @@ pkgname="zfs"
# The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh
#
pkgver=0.6.2_3.13.7
pkgrel=3
pkgver=0.6.2_3.13.8
pkgrel=1
# Used incase the i686 and x86_64 linux packages get out of sync with the
# PKGREL. This occurred on January 31, 2014 where i686 was versioned at
# 3.12.9-1 and x86_64 was versioned at 3.12.9-2.
LINUX_VERSION_X32="3.13.7-1"
LINUX_VERSION_X64="3.13.7-1"
LINUX_VERSION_X32="3.13.8-1"
LINUX_VERSION_X64="3.13.8-1"
[[ $CARCH == "i686" ]] && LINUX_VERSION=$LINUX_VERSION_X32 || LINUX_VERSION=$LINUX_VERSION_X64
pkgdesc="Kernel modules for the Zettabyte File System."
depends=("spl=0.6.2_3.13.7-3" "zfs-utils" "linux=$LINUX_VERSION")
depends=("spl=0.6.2_3.13.8-1" "zfs-utils" "linux=$LINUX_VERSION")
makedepends=("linux-headers=$LINUX_VERSION")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"

Loading…
Cancel
Save