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