Add comment about bash variables in PKGBUILD

These scripts don't use them because AUR doesn't handle them properly.
pull/16/head
Jesus Alvarez 11 years ago
parent b27de85692
commit 8319142d1d
  1. 9
      spl-utils/PKGBUILD
  2. 9
      spl/PKGBUILD
  3. 9
      zfs-utils/PKGBUILD
  4. 9
      zfs/PKGBUILD

@ -2,6 +2,15 @@
# Contributor: Kyle Fuller <inbox at kylefuller dot co dot uk>
pkgname=("spl-utils")
#
# This script doesn't use bash variables for the version number because AUR
# doesn't properly parse bash variables. We use a custom build script to
# automatically change the appropriate variables before building in a clean
# chroot environment (using systemd-ndspawn).
#
# The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh
#
pkgver=0.6.2_3.11.5
pkgrel=1
pkgdesc="Solaris Porting Layer kernel module support files."

@ -2,6 +2,15 @@
# Contributor: Kyle Fuller <inbox at kylefuller dot co dot uk>
pkgname=("spl")
#
# This script doesn't use bash variables for the version number because AUR
# doesn't properly parse bash variables. We use a custom build script to
# automatically change the appropriate variables before building in a clean
# chroot environment (using systemd-ndspawn).
#
# The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh
#
pkgver=0.6.2_3.11.5
pkgrel=1
pkgdesc="Solaris Porting Layer kernel modules."

@ -2,6 +2,15 @@
# Contributor: Kyle Fuller <inbox at kylefuller dot co dot uk>
pkgname=("zfs-utils")
#
# This script doesn't use bash variables for the version number because AUR
# doesn't properly parse bash variables. We use a custom build script to
# automatically change the appropriate variables before building in a clean
# chroot environment (using systemd-ndspawn).
#
# The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh
#
pkgver=0.6.2_3.11.5
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."

@ -2,6 +2,15 @@
# Contributor: Kyle Fuller <inbox at kylefuller dot co dot uk>
pkgname=("zfs")
#
# This script doesn't use bash variables for the version number because AUR
# doesn't properly parse bash variables. We use a custom build script to
# automatically change the appropriate variables before building in a clean
# chroot environment (using systemd-ndspawn).
#
# The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh
#
pkgver=0.6.2_3.11.5
pkgrel=1
pkgdesc="Kernel modules for the Zettabyte File System."

Loading…
Cancel
Save