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 42d9affb67d6..57f79e804f90 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.4_4.1.19_1
+pkgver=0.6.5.5_4.1.19_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.5.4.tar.gz"
+source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.5.5.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.4"
+ cd "${srcdir}/spl-0.6.5.5"
./autogen.sh
_at_enable=""
@@ -37,10 +37,10 @@ build() {
}
package() {
- cd "${srcdir}/spl-0.6.5.4"
+ cd "${srcdir}/spl-0.6.5.5"
make DESTDIR="${pkgdir}" install
install -D -m644 "${srcdir}"/spl-utils.hostid "${pkgdir}"/etc/hostid
}
-sha256sums=('a49ff1dd255215da18ea60bf76dc5b764ddc1aa40d86f4e842b63185357b1504'
+sha256sums=('c5d909000d34de20743cca5959a12d21ea4bcd545c0dfd90df7935f138570e1e'
'ad95131bc0b799c0b1af477fb14fcf26a6a9f76079e48bf090acb7e8367bfd0e')