summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesus Alvarez2016-03-10 22:50:28 -0800
committerJesus Alvarez2016-03-10 22:50:28 -0800
commit0ac7dedca96cfcfd9303c6f520c5d42a31715270 (patch)
treeadcd363f74cdf0c0fe0d60e4b014cac2b3257190 /PKGBUILD
parentf8b5f08cfb5fcdef359b9fc3cd08fc6df55e83a5 (diff)
downloadaur-0ac7dedca96cfcfd9303c6f520c5d42a31715270.tar.gz
Update for kernel 4.1.19-1
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')