summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Houben2017-07-15 17:17:57 +0200
committerJan Houben2017-07-15 17:17:57 +0200
commit42399bcf60a0f8ea1085d2ed898637b50197a715 (patch)
tree956a1ddad2a4601ee0f96cfb78768e47f5aa2b5b /PKGBUILD
parent71b3f0c031406fc6320afd502557668a9af38816 (diff)
downloadaur-42399bcf60a0f8ea1085d2ed898637b50197a715.tar.gz
small fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 720b20a17a25..016f858baca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git")
sha256sums=("SKIP")
license=("CDDL")
+depends=("kmod" "spl-linux-hardened-git" "zfs-utils-common-git" "linux-hardened=4.12.1.b-1")
build() {
cd "${srcdir}/zfs"
@@ -39,7 +40,6 @@ build() {
package_zfs-linux-hardened-git() {
pkgdesc="Kernel modules for the Zettabyte File System."
- depends=("kmod" "spl-linux-hardened-git" "zfs-utils-common-git" "linux-hardened=4.12.1.b-1")
install=zfs.install
provides=("zfs")
groups=("archzfs-linux-hardened-git")