Update to 0.6.2_3.12.8-1

pull/17/head
Jesus Alvarez 11 years ago
parent a125e484f4
commit ec2514c8d6
  1. 4
      spl-utils/PKGBUILD
  2. 8
      spl/PKGBUILD
  3. 4
      zfs-utils/PKGBUILD
  4. 8
      zfs/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.12.7
pkgrel=3
pkgver=0.6.2_3.12.8
pkgrel=1
pkgdesc="Solaris Porting Layer kernel module support files."
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"

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

@ -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.12.7
pkgrel=3
pkgver=0.6.2_3.12.8
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
depends=("spl")
arch=("i686" "x86_64")

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

Loading…
Cancel
Save