summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-08-09 22:10:16 -0700
committerJesus Alvarez2017-08-09 22:10:16 -0700
commit64e387b6588f61b51ce44512f2f7f251d61d97fe (patch)
tree9b2a1b5fe3ad931222a9a0f2be3c390bdd1ce777
parent5cf829f4b8cea5f92b43f718eaffbd677834af87 (diff)
downloadaur-64e387b6588f61b51ce44512f2f7f251d61d97fe.tar.gz
Semi-automated update for .0_-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a33a3c4138..09839e802366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 22:21:28 UTC 2017
+# Thu Aug 10 04:17:49 UTC 2017
pkgbase = zfs-utils-common
pkgdesc = Kernel module support files for the Zettabyte File System.
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs-utils.install
@@ -17,11 +17,11 @@ pkgbase = zfs-utils-common
conflicts = zfs-utils-linux-lts-git
replaces = zfs-utils-linux,
replaces = zfs-utils-linux-lts
- source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.0/zfs-0.7.0.tar.gz
+ source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.1/zfs-0.7.1.tar.gz
source = zfs-utils.bash-completion-r1
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
- sha256sums = 6907524f5ca4149b799fe65cd31b552b0ae90dba5dc20524e1a24fc708d807d2
+ sha256sums = 231b104979ddacfeb1889e1dec175337276e7b3b109d40656089744b5caf3ef6
sha256sums = b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540
sha256sums = aa5706bf08b36209a318762680f3c9fb45b3fc4b8e4ef184c8a5370b2c3000ca
sha256sums = 2bb533db561992c861bb9acad64a127f81cf0e4bf39cb4308ac7a73a17db55a7
diff --git a/PKGBUILD b/PKGBUILD
index 6903743c6bef..7dd6700d35bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,18 @@
#
#
pkgname="zfs-utils-common"
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
depends=("")
makedepends=()
arch=("x86_64")
url="http://zfsonlinux.org/"
-source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.0/zfs-0.7.0.tar.gz"
+source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.1/zfs-0.7.1.tar.gz"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")
-sha256sums=("6907524f5ca4149b799fe65cd31b552b0ae90dba5dc20524e1a24fc708d807d2"
+sha256sums=("231b104979ddacfeb1889e1dec175337276e7b3b109d40656089744b5caf3ef6"
"b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540"
"aa5706bf08b36209a318762680f3c9fb45b3fc4b8e4ef184c8a5370b2c3000ca"
"2bb533db561992c861bb9acad64a127f81cf0e4bf39cb4308ac7a73a17db55a7")
@@ -29,17 +29,17 @@ conflicts=('zfs-utils-common-git' 'zfs-utils-linux-git' 'zfs-utils-linux' 'zfs-u
replaces=("zfs-utils-linux", "zfs-utils-linux-lts")
build() {
- cd "${srcdir}/zfs-0.7.0"
+ cd "${srcdir}/zfs-0.7.1"
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --with-mounthelperdir=/usr/bin \
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include \
- --with-udevdir=/lib/udev --libexecdir=/usr/lib/zfs-0.7.0 \
+ --with-udevdir=/lib/udev --libexecdir=/usr/lib/zfs-0.7.1 \
--with-config=user
make
}
package() {
- cd "${srcdir}/zfs-0.7.0"
+ cd "${srcdir}/zfs-0.7.1"
make DESTDIR="${pkgdir}" install
# Remove uneeded files
rm -r "${pkgdir}"/etc/init.d