diff --git a/conf.sh b/conf.sh index 9620e55..87b9905 100644 --- a/conf.sh +++ b/conf.sh @@ -1,11 +1,11 @@ # Version information -PKGREL="3" # The pkgrel of all the archzfs packages +PKGREL="1" # The pkgrel of all the archzfs packages # ZFSonLinux version ZOL_VERSION="0.6.2" # Linux version dependencies -LINUX_VERSION="3.12" +LINUX_VERSION="3.12.1" LINUX_PKGREL="1" LINUX_VERSION_FULL="$LINUX_VERSION-$LINUX_PKGREL" LINUX_ARCHISO="3.11.6" diff --git a/spl-utils/PKGBUILD b/spl-utils/PKGBUILD index 6d72c83..fb6c1a0 100644 --- a/spl-utils/PKGBUILD +++ b/spl-utils/PKGBUILD @@ -11,13 +11,13 @@ pkgname=("spl-utils") # The build script can be found at # https://github.com/demizer/archzfs/blob/master/build.sh # -pkgver=0.6.2_3.12 -pkgrel=3 +pkgver=0.6.2_3.12.1 +pkgrel=1 pkgdesc="Solaris Porting Layer kernel module support files." arch=("i686" "x86_64") url="http://zfsonlinux.org/" source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz - spl_3.12_fix.patch + shrinker_api_fix.patch spl-utils.hostid) groups=("archzfs") md5sums=('f00535bf89a7fde0e08f44a14a1f1e03' @@ -27,7 +27,7 @@ license=("GPL") prepare() { cd "$srcdir/spl-0.6.2" - patch -Np1 < ../spl_3.12_fix.patch + patch -Np1 < ../shrinker_api_fix.patch } build() { diff --git a/spl-utils/spl_3.12_fix.patch b/spl-utils/shrinker_api_fix.patch similarity index 100% rename from spl-utils/spl_3.12_fix.patch rename to spl-utils/shrinker_api_fix.patch diff --git a/spl/PKGBUILD b/spl/PKGBUILD index 73df45d..d9138fc 100644 --- a/spl/PKGBUILD +++ b/spl/PKGBUILD @@ -11,15 +11,15 @@ pkgname=("spl") # The build script can be found at # https://github.com/demizer/archzfs/blob/master/build.sh # -pkgver=0.6.2_3.12 -pkgrel=3 +pkgver=0.6.2_3.12.1 +pkgrel=1 pkgdesc="Solaris Porting Layer kernel modules." -depends=("spl-utils" "linux=3.12-1") -makedepends=("linux-headers=3.12-1") +depends=("spl-utils" "linux=3.12.1-1") +makedepends=("linux-headers=3.12.1-1") arch=("i686" "x86_64") url="http://zfsonlinux.org/" source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz - spl_3.12_fix.patch) + shrinker_api_fix.patch) groups=("archzfs") md5sums=('f00535bf89a7fde0e08f44a14a1f1e03' '4d30dbda61995e77c5ca976abb80bad6') @@ -28,7 +28,7 @@ install=spl.install prepare() { cd "$srcdir/spl-0.6.2" - patch -Np1 < ../spl_3.12_fix.patch + patch -Np1 < ../shrinker_api_fix.patch } build() { diff --git a/spl/spl_3.12_fix.patch b/spl/shrinker_api_fix.patch similarity index 100% rename from spl/spl_3.12_fix.patch rename to spl/shrinker_api_fix.patch diff --git a/zfs-utils/PKGBUILD b/zfs-utils/PKGBUILD index f6ae818..e417b34 100644 --- a/zfs-utils/PKGBUILD +++ b/zfs-utils/PKGBUILD @@ -11,8 +11,8 @@ pkgname=("zfs-utils") # The build script can be found at # https://github.com/demizer/archzfs/blob/master/build.sh # -pkgver=0.6.2_3.12 -pkgrel=3 +pkgver=0.6.2_3.12.1 +pkgrel=1 pkgdesc="Kernel module support files for the Zettabyte File System." depends=("spl") arch=("i686" "x86_64") diff --git a/zfs/PKGBUILD b/zfs/PKGBUILD index 5ebcc67..b977748 100644 --- a/zfs/PKGBUILD +++ b/zfs/PKGBUILD @@ -11,11 +11,11 @@ pkgname=("zfs") # The build script can be found at # https://github.com/demizer/archzfs/blob/master/build.sh # -pkgver=0.6.2_3.12 -pkgrel=3 +pkgver=0.6.2_3.12.1 +pkgrel=1 pkgdesc="Kernel modules for the Zettabyte File System." -depends=("spl=0.6.2_3.12-3" "zfs-utils" "linux=3.12-1") -makedepends=("linux-headers=3.12-1") +depends=("spl=0.6.2_3.12.1-1" "zfs-utils" "linux=3.12.1-1") +makedepends=("linux-headers=3.12.1-1") arch=("i686" "x86_64") url="http://zfsonlinux.org/" source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz)