summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad242ce5eb72..75c92db7ea13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="spl-utils-lts"
-pkgver=0.6.5.2_4.1.10_2
+pkgver=0.6.5.3_4.1.10_2
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.5.2.tar.gz"
+source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.5.3.tar.gz"
"spl-utils.hostid")
groups=("archzfs-lts")
license=("GPL")
@@ -21,7 +21,7 @@ provides=("spl-utils")
conflicts=("spl-utils" "spl-utils-git")
build() {
- cd "${srcdir}/spl-0.6.5.2"
+ cd "${srcdir}/spl-0.6.5.3"
./autogen.sh
_at_enable=""
@@ -37,10 +37,10 @@ build() {
}
package() {
- cd "${srcdir}/spl-0.6.5.2"
+ cd "${srcdir}/spl-0.6.5.3"
make DESTDIR="${pkgdir}" install
install -D -m644 "${srcdir}"/spl-utils.hostid "${pkgdir}"/etc/hostid
}
-sha256sums=('ada7892a77e3a179bef633be7afad6e04f472b7e7579591fdd86957149408fc7'
+sha256sums=('637c1eccd721f5d3bb1570621d2cd6646ec0488608482c0dbeb2838cf4bb310c'
'ad95131bc0b799c0b1af477fb14fcf26a6a9f76079e48bf090acb7e8367bfd0e')