From 8319142d1d28f39a40931257dc80c9390989d133 Mon Sep 17 00:00:00 2001 From: Jesus Alvarez Date: Sun, 20 Oct 2013 22:34:14 -0700 Subject: [PATCH] Add comment about bash variables in PKGBUILD These scripts don't use them because AUR doesn't handle them properly. --- spl-utils/PKGBUILD | 9 +++++++++ spl/PKGBUILD | 9 +++++++++ zfs-utils/PKGBUILD | 9 +++++++++ zfs/PKGBUILD | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/spl-utils/PKGBUILD b/spl-utils/PKGBUILD index 4b10236..40f03fe 100644 --- a/spl-utils/PKGBUILD +++ b/spl-utils/PKGBUILD @@ -2,6 +2,15 @@ # Contributor: Kyle Fuller 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." diff --git a/spl/PKGBUILD b/spl/PKGBUILD index cc8ab25..f277fbc 100644 --- a/spl/PKGBUILD +++ b/spl/PKGBUILD @@ -2,6 +2,15 @@ # Contributor: Kyle Fuller 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." diff --git a/zfs-utils/PKGBUILD b/zfs-utils/PKGBUILD index a067860..8fa8bab 100644 --- a/zfs-utils/PKGBUILD +++ b/zfs-utils/PKGBUILD @@ -2,6 +2,15 @@ # Contributor: Kyle Fuller 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." diff --git a/zfs/PKGBUILD b/zfs/PKGBUILD index 549119d..d0a2682 100644 --- a/zfs/PKGBUILD +++ b/zfs/PKGBUILD @@ -2,6 +2,15 @@ # Contributor: Kyle Fuller 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."