mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-06 23:57:24 +02:00
Semi-automated update for 4.14.3.1-4
This commit is contained in:
parent
6f338164b9
commit
a7a3d0d854
6
.SRCINFO
6
.SRCINFO
@ -1,8 +1,8 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Sun Dec 3 18:33:33 UTC 2017
|
||||
# Sun Dec 3 23:13:19 UTC 2017
|
||||
pkgbase = zfs-linux
|
||||
pkgver = 0.7.3.4.14.3.1
|
||||
pkgrel = 1
|
||||
pkgrel = 4
|
||||
url = http://zfsonlinux.org/
|
||||
arch = x86_64
|
||||
license = CDDL
|
||||
@ -10,7 +10,7 @@ pkgbase = zfs-linux
|
||||
makedepends = spl-linux-headers
|
||||
depends = kmod
|
||||
depends = spl-linux
|
||||
depends = zfs-utils-common>=0.7.3
|
||||
depends = zfs-utils-common=0.7.3
|
||||
depends = linux=4.14.3-1
|
||||
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.3/zfs-0.7.3.tar.gz
|
||||
sha256sums = cb8fc606835d3f91471e49aca31a6a0a71733b1cbe74fa510e0fe0efa670fe51
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -18,14 +18,14 @@ pkgbase="zfs-linux"
|
||||
pkgname=("zfs-linux" "zfs-linux-headers")
|
||||
|
||||
pkgver=0.7.3.4.14.3.1
|
||||
pkgrel=1
|
||||
pkgrel=4
|
||||
makedepends=("linux-headers=4.14.3-1" "spl-linux-headers")
|
||||
arch=("x86_64")
|
||||
url="http://zfsonlinux.org/"
|
||||
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.3/zfs-0.7.3.tar.gz")
|
||||
sha256sums=("cb8fc606835d3f91471e49aca31a6a0a71733b1cbe74fa510e0fe0efa670fe51")
|
||||
license=("CDDL")
|
||||
depends=("kmod" "spl-linux" "zfs-utils-common>=0.7.3" "linux=4.14.3-1")
|
||||
depends=("kmod" "spl-linux" "zfs-utils-common=0.7.3" "linux=4.14.3-1")
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/zfs-0.7.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user