Update to 0.6.2_3.13.6-1

pull/16/merge
Jesus Alvarez 11 years ago
parent e94680e331
commit 8f538ef231
  1. 2
      conf.sh
  2. 2
      spl-utils/PKGBUILD
  3. 6
      spl/PKGBUILD
  4. 2
      zfs-utils/PKGBUILD
  5. 8
      zfs/PKGBUILD

@ -5,7 +5,7 @@ AZB_PKGREL="1" # The pkgrel of all the archzfs packages
AZB_ZOL_VERSION="0.6.2"
# Core repo Linux version dependencies
AZB_LINUX_VERSION="3.13.4"
AZB_LINUX_VERSION="3.13.6"
AZB_LINUX_X32_PKGREL="1"
AZB_LINUX_X64_PKGREL="1"
AZB_LINUX_X32_VERSION="$AZB_LINUX_VERSION-$AZB_LINUX_X32_PKGREL"

@ -11,7 +11,7 @@ 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.4
pkgver=0.6.2_3.13.6
pkgrel=1
pkgdesc="Solaris Porting Layer kernel module support files."
arch=("i686" "x86_64")

@ -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.4
pkgver=0.6.2_3.13.6
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.4-1"
LINUX_VERSION_X64="3.13.4-1"
LINUX_VERSION_X32="3.13.6-1"
LINUX_VERSION_X64="3.13.6-1"
[[ $CARCH == "i686" ]] && LINUX_VERSION=$LINUX_VERSION_X32 || LINUX_VERSION=$LINUX_VERSION_X64
pkgdesc="Solaris Porting Layer kernel modules."

@ -11,7 +11,7 @@ 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.4
pkgver=0.6.2_3.13.6
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
depends=("spl")

@ -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.4
pkgver=0.6.2_3.13.6
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.4-1"
LINUX_VERSION_X64="3.13.4-1"
LINUX_VERSION_X32="3.13.6-1"
LINUX_VERSION_X64="3.13.6-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.4-1" "zfs-utils" "linux=$LINUX_VERSION")
depends=("spl=0.6.2_3.13.6-1" "zfs-utils" "linux=$LINUX_VERSION")
makedepends=("linux-headers=$LINUX_VERSION")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"

Loading…
Cancel
Save