Semi-automated update for 4.14.3.1-4

This commit is contained in:
Jesus Alvarez
2017-12-03 16:00:31 -08:00
parent 6f338164b9
commit a7a3d0d854
2 changed files with 5 additions and 5 deletions

View File

@@ -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"