Package Details: winregfs-git 0.7-4

Git Clone URL: https://aur.archlinux.org/winregfs-git.git (read-only, click to copy)
Package Base: winregfs-git
Description: Windows Registry FUSE filesystem
Upstream URL: https://github.com/jbruchon/winregfs
Keywords: registry windows
Licenses: GPL
Submitter: MasterSOFT24
Maintainer: MasterSOFT24
Last Packager: MasterSOFT24
Votes: 4
Popularity: 0.000000
First Submitted: 2015-12-03 13:41 (UTC)
Last Updated: 2018-01-14 03:03 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

rageltman commented on 2023-12-31 16:52 (UTC)

Package fails CI builds due to the way checksums are implemented, could you please change the package checksum to SKIP?

mirh commented on 2020-10-29 13:25 (UTC)

Ehrm.. It doesn't make sense to have a git package referencing the ever latest commit, with a fixed checksum.

vleon1 commented on 2016-07-05 19:52 (UTC)

I suggest copying this package to winregfs, since it isn't really a git package. And then overwrite the content to use the git tree with something like that: # Maintainer and Contributor: Vladimir Kamensky <mastersoft24@yandex.ru> pkgname=winregfs-git pkgver=0.6.r02ed8e6 pkgrel=1 pkgdesc="Windows Registry FUSE filesystem " arch=('i686' 'x86_64') url="https://github.com/jbruchon/winregfs" license=('GPL') categories=('utility') depends=() makedepends=('make git') options=(!emptydirs) source=("git+https://github.com/jbruchon/winregfs.git") sha512sums=('SKIP') build() { cd "$srcdir/winregfs" rm -rf build mkdir build make } package() { cd "$srcdir/winregfs" make DESTDIR="$pkgdir" install }

arsenic0 commented on 2016-04-12 12:18 (UTC)

Hi MasterSOFT24, the md5 for https://github.com/jbruchon/winregfs/archive/master.zip is wrong. 9941ba8d6863cf52852d4bde11ba0252 works for me