mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-06 23:57:24 +02:00
Update for kernel 4.2.3-1
This commit is contained in:
parent
383c407c49
commit
104d4753d4
4
.SRCINFO
4
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = zfs-git
|
pkgbase = zfs-git
|
||||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||||
pkgver = 0.6.5.2_r0_g0b7b4bd_4.2.3_1
|
pkgver = 0.6.5.3_r0_g9aaf60b_4.2.3_1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://zfsonlinux.org/
|
url = http://zfsonlinux.org/
|
||||||
install = zfs.install
|
install = zfs.install
|
||||||
@ -17,7 +17,7 @@ pkgbase = zfs-git
|
|||||||
conflicts = zfs
|
conflicts = zfs
|
||||||
conflicts = zfs-lts
|
conflicts = zfs-lts
|
||||||
replaces = zfs
|
replaces = zfs
|
||||||
source = git+https://github.com/zfsonlinux/zfs.git#commit=0b7b4bd2
|
source = git+https://github.com/zfsonlinux/zfs.git#commit=9aaf60b6
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = zfs-git
|
pkgname = zfs-git
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -8,7 +8,7 @@
|
|||||||
# The build script generates and updates the pkgver and _kernel* variables.
|
# The build script generates and updates the pkgver and _kernel* variables.
|
||||||
#
|
#
|
||||||
pkgname="zfs-git"
|
pkgname="zfs-git"
|
||||||
pkgver=0.6.5.2_r0_g0b7b4bd_4.2.3_1
|
pkgver=0.6.5.3_r0_g9aaf60b_4.2.3_1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=('CDDL')
|
license=('CDDL')
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ depends=("spl-git" "zfs-utils-git" "linux=${_kernel_version}")
|
|||||||
makedepends=("git" "linux-headers=${_kernel_version}")
|
makedepends=("git" "linux-headers=${_kernel_version}")
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
url="http://zfsonlinux.org/"
|
url="http://zfsonlinux.org/"
|
||||||
source=("git+https://github.com/zfsonlinux/zfs.git#commit=0b7b4bd2")
|
source=("git+https://github.com/zfsonlinux/zfs.git#commit=9aaf60b6")
|
||||||
groups=("archzfs-git")
|
groups=("archzfs-git")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
replaces=("zfs")
|
replaces=("zfs")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user