summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6efde8669800..ef83460520e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spl-utils-lts
pkgdesc = Solaris Porting Layer kernel module support files.
- pkgver = 0.6.5_3.14.52_1
- pkgrel = 1
+ pkgver = 0.6.5.1_3.14.52_1
+ pkgrel = 2
url = http://zfsonlinux.org/
arch = i686
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = spl-utils-lts
provides = spl-utils
conflicts = spl-utils
conflicts = spl-utils-git
- source = http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.5.tar.gz
+ source = http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.5.1.tar.gz
source = spl-utils.hostid
- sha256sums = fcdf332cdec76b50476b5a8a1ccdae22c22844c6e625fc80f499c2c0d7bc955d
+ sha256sums = b070fdc134280e10681dcc43eab08720495eef77f7fd468045022f6d55bef355
sha256sums = ad95131bc0b799c0b1af477fb14fcf26a6a9f76079e48bf090acb7e8367bfd0e
pkgname = spl-utils-lts
diff --git a/PKGBUILD b/PKGBUILD
index 1cf550471b6d..88eed9e61e6a 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_3.14.52_1
-pkgrel=1
+pkgver=0.6.5.1_3.14.52_1
+pkgrel=2
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.tar.gz"
+source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.5.1.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"
+ cd "${srcdir}/spl-0.6.5.1"
./autogen.sh
_at_enable=""
@@ -37,10 +37,10 @@ build() {
}
package() {
- cd "${srcdir}/spl-0.6.5"
+ cd "${srcdir}/spl-0.6.5.1"
make DESTDIR="${pkgdir}" install
install -D -m644 "${srcdir}"/spl-utils.hostid "${pkgdir}"/etc/hostid
}
-sha256sums=('fcdf332cdec76b50476b5a8a1ccdae22c22844c6e625fc80f499c2c0d7bc955d'
+sha256sums=('b070fdc134280e10681dcc43eab08720495eef77f7fd468045022f6d55bef355'
'ad95131bc0b799c0b1af477fb14fcf26a6a9f76079e48bf090acb7e8367bfd0e')