mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-06 07:37:23 +02:00
Semi-automated update for 0.6.5.6_4.5.1_1-5
This commit is contained in:
parent
e63cad79f5
commit
987e39d8c8
7
.SRCINFO
7
.SRCINFO
@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Apr 25 02:18:51 UTC 2016
|
# Mon Apr 25 18:23:48 UTC 2016
|
||||||
pkgbase = zfs-linux
|
pkgbase = zfs-linux
|
||||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||||
pkgver = 0.6.5.6_4.5.1_1
|
pkgver = 0.6.5.6_4.5.1_1
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = http://zfsonlinux.org/
|
url = http://zfsonlinux.org/
|
||||||
install = zfs.install
|
install = zfs.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -16,7 +16,8 @@ pkgbase = zfs-linux
|
|||||||
depends = linux<4.6
|
depends = linux<4.6
|
||||||
depends = linux-headers>=4.5.1
|
depends = linux-headers>=4.5.1
|
||||||
depends = linux-headers<4.6
|
depends = linux-headers<4.6
|
||||||
provides = zfs-linux
|
provides = zfs
|
||||||
|
replaces = zfs-git
|
||||||
source = http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.5.6.tar.gz
|
source = http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.5.6.tar.gz
|
||||||
sha256sums = c349d46d86b4f61cd53a0891acad916cfc3f0d6754127db7f60a0bd98185aeff
|
sha256sums = c349d46d86b4f61cd53a0891acad916cfc3f0d6754127db7f60a0bd98185aeff
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
pkgname="zfs-linux"
|
pkgname="zfs-linux"
|
||||||
pkgver=0.6.5.6_4.5.1_1
|
pkgver=0.6.5.6_4.5.1_1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Kernel modules for the Zettabyte File System."
|
pkgdesc="Kernel modules for the Zettabyte File System."
|
||||||
depends=("kmod" "spl-linux" "zfs-utils-linux"
|
depends=("kmod" "spl-linux" "zfs-utils-linux"
|
||||||
"linux>=4.5.1" "linux<4.6"
|
"linux>=4.5.1" "linux<4.6"
|
||||||
@ -28,8 +28,8 @@ sha256sums=("c349d46d86b4f61cd53a0891acad916cfc3f0d6754127db7f60a0bd98185aeff")
|
|||||||
groups=("archzfs-linux")
|
groups=("archzfs-linux")
|
||||||
license=("CDDL")
|
license=("CDDL")
|
||||||
install=zfs.install
|
install=zfs.install
|
||||||
provides=("zfs-linux")
|
provides=("zfs")
|
||||||
|
replaces=("zfs-git")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/zfs-0.6.5.6"
|
cd "${srcdir}/zfs-0.6.5.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user