From 0ea09bbe55183c1c735fd225488ff57ed44aeba5 Mon Sep 17 00:00:00 2001 From: Jesus Alvarez Date: Sun, 20 Apr 2014 15:37:40 -0700 Subject: [PATCH] Move license to the top in git PKGBUILDS AUR was having problems seeing the license variable and was giving me shit. --- spl-git/PKGBUILD | 4 ++-- spl-utils-git/PKGBUILD | 2 +- zfs-git/PKGBUILD | 4 ++-- zfs-utils-git/PKGBUILD | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spl-git/PKGBUILD b/spl-git/PKGBUILD index 355124d..98aa606 100644 --- a/spl-git/PKGBUILD +++ b/spl-git/PKGBUILD @@ -10,6 +10,7 @@ pkgname="spl-git" pkgver=0.6.2_r33_g89aa970_3.14.1_1 pkgrel=2 +license=('GPL') # Used incase the i686 and x86_64 linux packages get out of sync with the # PKGREL. This occurred on January 31, 2014 where i686 was versioned at @@ -35,11 +36,10 @@ url="http://zfsonlinux.org/" source=("git+https://github.com/zfsonlinux/spl.git#commit=89aa970") groups=("archzfs-git") md5sums=('SKIP') -license=("GPL") -install=spl.install replaces=("spl") provides=("spl") conflicts=("spl" "spl-lts") +install=spl.install build() { cd "${srcdir}/spl" diff --git a/spl-utils-git/PKGBUILD b/spl-utils-git/PKGBUILD index 8186599..fa2c1ab 100644 --- a/spl-utils-git/PKGBUILD +++ b/spl-utils-git/PKGBUILD @@ -10,6 +10,7 @@ pkgname="spl-utils-git" pkgver=0.6.2_r33_g89aa970_3.14.1_1 pkgrel=2 +license=('GPL') pkgdesc="Solaris Porting Layer kernel module support files." makedepends=("git") arch=("i686" "x86_64") @@ -19,7 +20,6 @@ source=("git+https://github.com/zfsonlinux/spl.git#commit=89aa970" groups=("archzfs-git") md5sums=('SKIP' 'a54f0041a9e15b050f25c463f1db7449') -license=("GPL") replaces=("spl-utils") provides=("spl-utils") conflicts=("spl-utils" "spl-utils-lts") diff --git a/zfs-git/PKGBUILD b/zfs-git/PKGBUILD index 82de683..a8e4ace 100644 --- a/zfs-git/PKGBUILD +++ b/zfs-git/PKGBUILD @@ -10,6 +10,7 @@ pkgname="zfs-git" pkgver=0.6.2_r258_g4fd762f_3.14.1_1 pkgrel=2 +license=('CDDL') # Used incase the i686 and x86_64 linux packages get out of sync with the # PKGREL. This occurred on January 31, 2014 where i686 was versioned at @@ -35,11 +36,10 @@ url="http://zfsonlinux.org/" source=("git+https://github.com/zfsonlinux/zfs.git#commit=4fd762f") groups=("archzfs-git") md5sums=('SKIP') -license=("CDDL") -install=zfs.install replaces=("zfs") provides=("zfs") conflicts=("zfs" "zfs-lts") +install=zfs.install build() { cd "${srcdir}/zfs" diff --git a/zfs-utils-git/PKGBUILD b/zfs-utils-git/PKGBUILD index 7303508..c438c1c 100644 --- a/zfs-utils-git/PKGBUILD +++ b/zfs-utils-git/PKGBUILD @@ -10,6 +10,7 @@ pkgname="zfs-utils-git" pkgver=0.6.2_r258_g4fd762f_3.14.1_1 pkgrel=2 +license=('CDDL') pkgdesc="Kernel module support files for the Zettabyte File System." depends=("spl-git") makedepends=("git") @@ -24,7 +25,6 @@ md5sums=('SKIP' '9ddb0c8a94861f929d0fa741fdc49950' 'ebea2b1e593a9a19efa0f7ae7451bbc7' 'b567a95a34759f196bf4be8061a895e5') -license=("CDDL") replaces=("zfs-utils") provides=("zfs-utils") conflicts=("zfs-utils" "zfs-utils-lts")