|
|
|
@ -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.12.9 |
|
|
|
|
pkgrel=2 |
|
|
|
|
pkgver=0.6.2_3.13.2 |
|
|
|
|
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.12.9-1" |
|
|
|
|
LINUX_VERSION_X64="3.12.9-2" |
|
|
|
|
LINUX_VERSION_X32="3.13.2-1" |
|
|
|
|
LINUX_VERSION_X64="3.13.2-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.12.9-2" "zfs-utils" "linux=$LINUX_VERSION") |
|
|
|
|
depends=("spl=0.6.2_3.13.2-1" "zfs-utils" "linux=$LINUX_VERSION") |
|
|
|
|
makedepends=("linux-headers=$LINUX_VERSION") |
|
|
|
|
arch=("i686" "x86_64") |
|
|
|
|
url="http://zfsonlinux.org/" |
|
|
|
|