Update git packages for ZOL 0.6.4

pull/40/head
Jesus Alvarez 10 years ago
parent 867e12085e
commit 629dedd6ee
  1. 6
      conf.sh
  2. 4
      spl-git/PKGBUILD
  3. 4
      spl-utils-git/PKGBUILD
  4. 4
      zfs-git/PKGBUILD
  5. 4
      zfs-utils-git/PKGBUILD

@ -1,9 +1,9 @@
# ZFSonLinux stable version (LTS packages)
AZB_ZOL_VERSION="0.6.3"
AZB_ZOL_VERSION="0.6.4"
# Kernel version for GIT packages
AZB_GIT_SPL_COMMIT="ae26dd00"
AZB_GIT_ZFS_COMMIT="40d06e3c"
AZB_GIT_SPL_COMMIT="cd69f020"
AZB_GIT_ZFS_COMMIT="d07a1636"
AZB_GIT_PKGREL="1"
AZB_GIT_KERNEL_VERSION="3.19.3"
AZB_GIT_KERNEL_X32_PKGREL="3"

@ -8,7 +8,7 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="spl-git"
pkgver=0.6.3_r83_gae26dd0_3.19.3_3
pkgver=0.6.4_r0_gcd69f02_3.19.3_3
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=ae26dd00")
source=("git+https://github.com/zfsonlinux/spl.git#commit=cd69f020")
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.3_r83_gae26dd0_3.19.3_3
pkgver=0.6.4_r0_gcd69f02_3.19.3_3
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=ae26dd00"
source=("git+https://github.com/zfsonlinux/spl.git#commit=cd69f020"
"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.3_r261_g40d06e3_3.19.3_3
pkgver=0.6.4_r0_gd07a163_3.19.3_3
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=40d06e3c")
source=("git+https://github.com/zfsonlinux/zfs.git#commit=d07a1636")
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.3_r261_g40d06e3_3.19.3_3
pkgver=0.6.4_r0_gd07a163_3.19.3_3
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=40d06e3c"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=d07a1636"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")

Loading…
Cancel
Save