Update to 0.6.2_3.12.2-1

pull/17/head
Jesus Alvarez 11 years ago
parent 5584713d75
commit ceaa41423f
  1. 4
      conf.sh
  2. 2
      spl-utils/PKGBUILD
  3. 6
      spl/PKGBUILD
  4. 2
      zfs-utils/PKGBUILD
  5. 6
      zfs/PKGBUILD

@ -5,8 +5,8 @@ PKGREL="1" # The pkgrel of all the archzfs packages
ZOL_VERSION="0.6.2" ZOL_VERSION="0.6.2"
# Linux version dependencies # Linux version dependencies
LINUX_VERSION="3.12.1" LINUX_VERSION="3.12.2"
LINUX_PKGREL="1" LINUX_PKGREL="1" # The PKGREL must be increased if this value changes.
LINUX_VERSION_FULL="$LINUX_VERSION-$LINUX_PKGREL" LINUX_VERSION_FULL="$LINUX_VERSION-$LINUX_PKGREL"
# Package version number # Package version number

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

@ -11,11 +11,11 @@ pkgname=("spl")
# The build script can be found at # The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh # https://github.com/demizer/archzfs/blob/master/build.sh
# #
pkgver=0.6.2_3.12.1 pkgver=0.6.2_3.12.2
pkgrel=1 pkgrel=1
pkgdesc="Solaris Porting Layer kernel modules." pkgdesc="Solaris Porting Layer kernel modules."
depends=("spl-utils" "linux=3.12.1-1") depends=("spl-utils" "linux=3.12.2-1")
makedepends=("linux-headers=3.12.1-1") makedepends=("linux-headers=3.12.2-1")
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="http://zfsonlinux.org/" url="http://zfsonlinux.org/"
source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz

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

@ -11,11 +11,11 @@ pkgname=("zfs")
# The build script can be found at # The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh # https://github.com/demizer/archzfs/blob/master/build.sh
# #
pkgver=0.6.2_3.12.1 pkgver=0.6.2_3.12.2
pkgrel=1 pkgrel=1
pkgdesc="Kernel modules for the Zettabyte File System." pkgdesc="Kernel modules for the Zettabyte File System."
depends=("spl=0.6.2_3.12.1-1" "zfs-utils" "linux=3.12.1-1") depends=("spl=0.6.2_3.12.2-1" "zfs-utils" "linux=3.12.2-1")
makedepends=("linux-headers=3.12.1-1") makedepends=("linux-headers=3.12.2-1")
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="http://zfsonlinux.org/" url="http://zfsonlinux.org/"
source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz) source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz)

Loading…
Cancel
Save