Package Details: hypervvssd 4.10.1-1

Git Clone URL: https://aur.archlinux.org/hypervvssd.git (read-only, click to copy)
Package Base: hypervvssd
Description: Hyper-V VSS Daemon for Arch Linux
Upstream URL: https://www.kernel.org
Keywords: Hyper-V
Licenses: GPLv3
Submitter: MysticDoll
Maintainer: MysticDoll
Last Packager: MysticDoll
Votes: 0
Popularity: 0.000000
First Submitted: 2017-04-11 10:53 (UTC)
Last Updated: 2019-08-31 17:10 (UTC)

Latest Comments

timschumi commented on 2019-08-31 14:12 (UTC) (edited on 2019-08-31 14:15 (UTC) by timschumi)

Thanks for applying the patch!

However, it has been applied incorrectly, the URL is now missing the .x behind the major version number. The ${pkgver:0:1} expression is only responsible for getting the first number of the version number.

When this issue is resolved, could you do the same modifications for your other Hyper-V packages, hypervfcopyd and hypervkvpd?

Thanks a lot in advance!

timschumi commented on 2019-08-30 11:58 (UTC) (edited on 2019-08-30 12:00 (UTC) by timschumi)

EDIT: Sorry for the previous incomplete message, accidentally hit Enter or smth.

Hello @MysticDoll,

Could you apply this patch to the PKGBUILD (and to the packages hypervfcopyd and hypervkvpd respectively)? This updates the v4.x in the Download URL automatically whenever the major pkgver is bumped.

Thanks

diff --git a/PKGBUILD b/PKGBUILD
index 88395d6..9fa5db0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=()
 conflicts=()
 replaces=()
 backup=()
-source=("https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.gz"
+source=("https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.gz"
         "hypervvssd.service"
        )
 install=''