mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-06 15:47:21 +02:00
Update for kernel 4.1.6-1
This commit is contained in:
parent
ba87546c41
commit
35201f4fd0
4
.SRCINFO
4
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = zfs-git
|
||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||
pkgver = 0.6.4.2_r0_g44b5ec8_4.1.6_1
|
||||
pkgver = 0.6.5_r0_g7a27ad0_4.1.6_1
|
||||
pkgrel = 1
|
||||
url = http://zfsonlinux.org/
|
||||
install = zfs.install
|
||||
@ -17,7 +17,7 @@ pkgbase = zfs-git
|
||||
conflicts = zfs
|
||||
conflicts = zfs-lts
|
||||
replaces = zfs
|
||||
source = git+https://github.com/zfsonlinux/zfs.git#commit=44b5ec8f
|
||||
source = git+https://github.com/zfsonlinux/zfs.git#commit=7a27ad00
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = zfs-git
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -8,7 +8,7 @@
|
||||
# The build script generates and updates the pkgver and _kernel* variables.
|
||||
#
|
||||
pkgname="zfs-git"
|
||||
pkgver=0.6.4.2_r0_g44b5ec8_4.1.6_1
|
||||
pkgver=0.6.5_r0_g7a27ad0_4.1.6_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=44b5ec8f")
|
||||
source=("git+https://github.com/zfsonlinux/zfs.git#commit=7a27ad00")
|
||||
groups=("archzfs-git")
|
||||
md5sums=('SKIP')
|
||||
replaces=("zfs")
|
||||
|
Loading…
x
Reference in New Issue
Block a user