From e73de7f53e393f87362c6f45a716811a30817ca1 Mon Sep 17 00:00:00 2001 From: graysky Date: Tue, 1 Apr 2014 14:47:01 -0400 Subject: [PATCH] updated PKGBUILDs to 3.13.8-1 --- spl-utils/PKGBUILD | 4 ++-- spl/PKGBUILD | 8 ++++---- zfs-utils/PKGBUILD | 4 ++-- zfs/PKGBUILD | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/spl-utils/PKGBUILD b/spl-utils/PKGBUILD index 542ad3f..aae0098 100644 --- a/spl-utils/PKGBUILD +++ b/spl-utils/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/" diff --git a/spl/PKGBUILD b/spl/PKGBUILD index 0f0738c..215ad1a 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.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." diff --git a/zfs-utils/PKGBUILD b/zfs-utils/PKGBUILD index 417e419..5a18ce6 100644 --- a/zfs-utils/PKGBUILD +++ b/zfs-utils/PKGBUILD @@ -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") diff --git a/zfs/PKGBUILD b/zfs/PKGBUILD index 8ff804f..065288b 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.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/"