diff --git a/conf.sh b/conf.sh index 9ebf199..229fa38 100644 --- a/conf.sh +++ b/conf.sh @@ -5,9 +5,9 @@ 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.12.9" +AZB_LINUX_VERSION="3.13.4" AZB_LINUX_X32_PKGREL="1" -AZB_LINUX_X64_PKGREL="2" +AZB_LINUX_X64_PKGREL="1" AZB_LINUX_X32_VERSION="$AZB_LINUX_VERSION-$AZB_LINUX_X32_PKGREL" AZB_LINUX_X64_VERSION="$AZB_LINUX_VERSION-$AZB_LINUX_X64_PKGREL" AZB_LINUX_PKG_VERSION="${AZB_ZOL_VERSION}_${AZB_LINUX_VERSION}" diff --git a/spl-utils/PKGBUILD b/spl-utils/PKGBUILD index 1a9c591..202e31a 100644 --- a/spl-utils/PKGBUILD +++ b/spl-utils/PKGBUILD @@ -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.3 +pkgver=0.6.2_3.13.4 pkgrel=1 pkgdesc="Solaris Porting Layer kernel module support files." arch=("i686" "x86_64") diff --git a/spl/PKGBUILD b/spl/PKGBUILD index f53f893..62914c1 100644 --- a/spl/PKGBUILD +++ b/spl/PKGBUILD @@ -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.3 +pkgver=0.6.2_3.13.4 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.3-1" -LINUX_VERSION_X64="3.13.3-1" +LINUX_VERSION_X32="3.13.4-1" +LINUX_VERSION_X64="3.13.4-1" [[ $CARCH == "i686" ]] && LINUX_VERSION=$LINUX_VERSION_X32 || LINUX_VERSION=$LINUX_VERSION_X64 pkgdesc="Solaris Porting Layer kernel modules." diff --git a/zfs-utils/PKGBUILD b/zfs-utils/PKGBUILD index 2515dd5..49b0e09 100644 --- a/zfs-utils/PKGBUILD +++ b/zfs-utils/PKGBUILD @@ -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.3 +pkgver=0.6.2_3.13.4 pkgrel=1 pkgdesc="Kernel module support files for the Zettabyte File System." depends=("spl") diff --git a/zfs/PKGBUILD b/zfs/PKGBUILD index d88df82..2161d9d 100644 --- a/zfs/PKGBUILD +++ b/zfs/PKGBUILD @@ -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.3 +pkgver=0.6.2_3.13.4 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.3-1" -LINUX_VERSION_X64="3.13.3-1" +LINUX_VERSION_X32="3.13.4-1" +LINUX_VERSION_X64="3.13.4-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.3-1" "zfs-utils" "linux=$LINUX_VERSION") +depends=("spl=0.6.2_3.13.4-1" "zfs-utils" "linux=$LINUX_VERSION") makedepends=("linux-headers=$LINUX_VERSION") arch=("i686" "x86_64") url="http://zfsonlinux.org/"