Move license to the top in git PKGBUILDS

AUR was having problems seeing the license variable and was giving me shit.
pull/23/head
Jesus Alvarez 11 years ago
parent 95de933edb
commit 0ea09bbe55
  1. 4
      spl-git/PKGBUILD
  2. 2
      spl-utils-git/PKGBUILD
  3. 4
      zfs-git/PKGBUILD
  4. 2
      zfs-utils-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"

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

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

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

Loading…
Cancel
Save