Package Details: archivemount-git r78.78c3065-1

Git Clone URL: https://aur.archlinux.org/archivemount-git.git (read-only, click to copy)
Package Base: archivemount-git
Description: FUSE filesystem using libarchive
Upstream URL: https://www.cybernoia.de/software/archivemount.html
Keywords: archive libarchive mount
Licenses: GPL2
Conflicts: archivemount
Provides: archivemount
Submitter: None
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 4
Popularity: 0.000002
First Submitted: 2016-06-29 12:00 (UTC)
Last Updated: 2022-07-31 19:12 (UTC)

Dependencies (3)

Required by (5)

Sources (1)

Latest Comments

tuxsavvy commented on 2018-06-16 00:01 (UTC)

In addition to what hlgl2 said, this project is now on github. Here is a patch to rectify these issues:

--- PKGBUILD.old        2018-06-16 09:58:06.000000000 +0000
+++ PKGBUILD    2018-06-13 18:43:22.741860016 +0000
@@ -1,16 +1,19 @@
 # Maintainer: Janne Heß <jannehess@gmail.com>

 pkgname=archivemount-git
-pkgver=0.8.7.gbb2faa8
+pkgver=0.8.12.321ded8
 pkgrel=1
 pkgdesc="FUSE filesystem using libarchive"
-url="http://www.cybernoi.de/software/${pkgname%-git}/"
+url="http://www.cybernoia.de/software/${pkgname%-git}/"
 license=("GPL2")
 depends=("fuse" "libarchive")
 makedepends=("automake" "autoconf" "make")
 provides=("${pkgname%-git}")
 conflicts=("${pkgname%-git}")
-source=("${pkgname}::git+http://www.cybernoia.de/software/${pkgname%-git}/git")
+source=("${pkgname}::git+https://github.com/cybernoid/archivemount.git")
 sha512sums=('SKIP')
 arch=("i686" "x86_64")

hlgl2 commented on 2017-12-30 23:42 (UTC)

Upstream URL is wrong. Should be: http://www.cybernoia.de/software/archivemount/ (the "a" is missing from cybernoia)

<deleted-account> commented on 2016-06-29 13:26 (UTC)

Yes, you're right, it looks much better. Fixed now :-)

TrialnError commented on 2016-06-29 13:17 (UTC)

Using the possebility to rename source files with ::, would allow to rename the generic git folder containing the repo Like source=("${pkgname}::git+http://www.cybernoia.de/software/${pkgname%-git}/git") or else