diff options
author | Iacopo Isimbaldi <isiachi@rhye.it> | 2017-07-13 22:36:29 +0100 |
---|---|---|
committer | Iacopo Isimbaldi <isiachi@rhye.it> | 2017-07-13 22:36:29 +0100 |
commit | b96000c168d39e4d949eb93969252d488c36ba06 (patch) | |
tree | bff94d025e59cdf3fb50df985f863ffe4c40fe6b | |
parent | Updated to pkgver 0.6.5.10 (diff) | |
download | zfs-dkms-b96000c168d39e4d949eb93969252d488c36ba06.tar.xz |
Updated to pkgver 0.6.5.11
Removed zlib_deflate module from zfs.initcpio.install
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | zfs.initcpio.install | 3 |
3 files changed, 10 insertions, 11 deletions
@@ -1,27 +1,27 @@ # Generated by mksrcinfo v8 -# Sat Jun 24 11:33:30 UTC 2017 +# Thu Jul 13 21:35:59 UTC 2017 pkgbase = zfs-dkms - pkgver = 0.6.5.10 + pkgver = 0.6.5.11 pkgrel = 1 url = http://zfsonlinux.org/ arch = i686 arch = x86_64 license = CDDL makedepends = git - makedepends = spl-dkms=0.6.5.10 - source = git+https://github.com/zfsonlinux/zfs.git#tag=zfs-0.6.5.10 + makedepends = spl-dkms=0.6.5.11 + source = git+https://github.com/zfsonlinux/zfs.git#tag=zfs-0.6.5.11 source = zfs.bash-completion-r1 source = zfs.initcpio.install source = zfs.initcpio.hook sha256sums = SKIP sha256sums = b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540 - sha256sums = 17114052aa20c528f022f7f1349971aa28810e2ed2c97871226b5679a91f7e77 + sha256sums = aa5706bf08b36209a318762680f3c9fb45b3fc4b8e4ef184c8a5370b2c3000ca sha256sums = 138964b43d7a282e1ed5f7fcf1f8dc9baa4f664655b628eeac1912a3017a787b pkgname = zfs-dkms pkgdesc = Kernel modules for the Zettabyte File System. - depends = spl-dkms=0.6.5.10 - depends = zfs-utils=0.6.5.10-1 + depends = spl-dkms=0.6.5.11 + depends = zfs-utils=0.6.5.11-1 depends = dkms provides = zfs conflicts = zfs-git @@ -4,7 +4,7 @@ pkgbase="zfs-dkms" pkgname=("zfs-dkms" "zfs-utils") -pkgver=0.6.5.10 +pkgver=0.6.5.11 pkgrel=1 license=('CDDL') makedepends=("git" "spl-dkms=${pkgver}") @@ -16,7 +16,7 @@ source=("git+https://github.com/zfsonlinux/zfs.git#tag=zfs-${pkgver}" "zfs.initcpio.hook") sha256sums=('SKIP' 'b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540' - '17114052aa20c528f022f7f1349971aa28810e2ed2c97871226b5679a91f7e77' + 'aa5706bf08b36209a318762680f3c9fb45b3fc4b8e4ef184c8a5370b2c3000ca' '138964b43d7a282e1ed5f7fcf1f8dc9baa4f664655b628eeac1912a3017a787b') build() { diff --git a/zfs.initcpio.install b/zfs.initcpio.install index 19364a3..3ab0f52 100644 --- a/zfs.initcpio.install +++ b/zfs.initcpio.install @@ -9,8 +9,7 @@ build() { zfs \ zpios \ spl \ - splat \ - zlib_deflate + splat map add_binary \ arcstat.py \ |