summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Houben2017-07-15 17:17:57 +0200
committerJan Houben2017-07-15 17:17:57 +0200
commit42399bcf60a0f8ea1085d2ed898637b50197a715 (patch)
tree956a1ddad2a4601ee0f96cfb78768e47f5aa2b5b
parent71b3f0c031406fc6320afd502557668a9af38816 (diff)
downloadaur-42399bcf60a0f8ea1085d2ed898637b50197a715.tar.gz
small fixes
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f1f165fb1c3..ba35bdf54945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jul 15 11:35:53 UTC 2017
+# Sat Jul 15 15:17:47 UTC 2017
pkgbase = zfs-linux-hardened-git
pkgver = 0.7.0_rc5_r1_g4265a9293_4.12.1.b_1
pkgrel = 1
@@ -9,6 +9,10 @@ pkgbase = zfs-linux-hardened-git
makedepends = linux-hardened-headers=4.12.1.b-1
makedepends = git
makedepends = spl-linux-hardened-git-headers
+ depends = kmod
+ depends = spl-linux-hardened-git
+ depends = zfs-utils-common-git
+ depends = linux-hardened=4.12.1.b-1
source = git+https://github.com/zfsonlinux/zfs.git
sha256sums = SKIP
@@ -16,10 +20,6 @@ pkgname = zfs-linux-hardened-git
pkgdesc = Kernel modules for the Zettabyte File System.
install = zfs.install
groups = archzfs-linux-hardened-git
- depends = kmod
- depends = spl-linux-hardened-git
- depends = zfs-utils-common-git
- depends = linux-hardened=4.12.1.b-1
provides = zfs
conflicts = zfs-linux-hardened
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")