Update git packages for ZOL 0.6.4.1

pull/40/head
Jesus Alvarez 10 years ago
parent 87c11f29aa
commit ee0a9b2222
  1. 4
      conf.sh
  2. 4
      spl-git/PKGBUILD
  3. 4
      spl-utils-git/PKGBUILD
  4. 4
      zfs-git/PKGBUILD
  5. 4
      zfs-utils-git/PKGBUILD

@ -2,8 +2,8 @@
AZB_ZOL_VERSION="0.6.4.1"
# Kernel version for GIT packages
AZB_GIT_SPL_COMMIT="cd69f020"
AZB_GIT_ZFS_COMMIT="d07a1636"
AZB_GIT_SPL_COMMIT="c8acde09"
AZB_GIT_ZFS_COMMIT="7065e2da"
AZB_GIT_PKGREL="1"
AZB_GIT_KERNEL_VERSION="4.0.1"
AZB_GIT_KERNEL_X32_PKGREL="1"

@ -8,7 +8,7 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="spl-git"
pkgver=0.6.4_r0_gcd69f02_4.0.1_1
pkgver=0.6.4.1_r0_gc8acde0_4.0.1_1
pkgrel=1
license=('GPL')
@ -33,7 +33,7 @@ depends=("spl-utils-git" "linux=${_kernel_version}")
makedepends=("git" "linux-headers=${_kernel_version}")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/spl.git#commit=cd69f020")
source=("git+https://github.com/zfsonlinux/spl.git#commit=c8acde09")
groups=("archzfs-git")
md5sums=('SKIP')
replaces=("spl")

@ -8,14 +8,14 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="spl-utils-git"
pkgver=0.6.4_r0_gcd69f02_4.0.1_1
pkgver=0.6.4.1_r0_gc8acde0_4.0.1_1
pkgrel=1
license=('GPL')
pkgdesc="Solaris Porting Layer kernel module support files."
makedepends=("git")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/spl.git#commit=cd69f020"
source=("git+https://github.com/zfsonlinux/spl.git#commit=c8acde09"
"spl-utils.hostid")
groups=("archzfs-git")
md5sums=('SKIP'

@ -8,7 +8,7 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-git"
pkgver=0.6.4_r0_gd07a163_4.0.1_1
pkgver=0.6.4.1_r0_g7065e2d_4.0.1_1
pkgrel=1
license=('CDDL')
@ -33,7 +33,7 @@ depends=("spl-git" "zfs-utils-git" "linux=${_kernel_version}")
makedepends=("git" "linux-headers=${_kernel_version}")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=d07a1636")
source=("git+https://github.com/zfsonlinux/zfs.git#commit=7065e2da")
groups=("archzfs-git")
md5sums=('SKIP')
replaces=("zfs")

@ -8,7 +8,7 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-utils-git"
pkgver=0.6.4_r0_gd07a163_4.0.1_1
pkgver=0.6.4.1_r0_g7065e2d_4.0.1_1
pkgrel=1
license=('CDDL')
pkgdesc="Kernel module support files for the Zettabyte File System."
@ -16,7 +16,7 @@ depends=("spl-git")
makedepends=("git")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=d07a1636"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=7065e2da"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")

Loading…
Cancel
Save