Search Criteria
Package Details: astreamfs-git 1:1.8.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/astreamfs-git.git (read-only, click to copy) |
---|---|
Package Base: | astreamfs-git |
Description: | Fuse filesystem to read http(s) URL |
Upstream URL: | https://gitlab.com/BylonAkila/astreamfs |
Keywords: | astream filesystem fuse |
Licenses: | GPL3 |
Conflicts: | astreamfs |
Provides: | astreamfs |
Submitter: | FireBlackHat |
Maintainer: | agusdallalba |
Last Packager: | agusdallalba |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-18 12:16 (UTC) |
Last Updated: | 2022-03-19 22:05 (UTC) |
Latest Comments
agusdallalba commented on 2022-02-08 13:01 (UTC)
I just realised that the current version
1.8.4
is less than the1.15.0
in thepkgver
variable. So it would need to be edited to the current version, perhaps adding an epoch, but personally I think epochs are ugly and you can probably get away without it.Don't forget to sync the srcinfo after the PKGBUILD like so:
Thanks again.
agusdallalba commented on 2022-02-08 05:57 (UTC)
Hello, thank you for maintaining this package.
I was having an issue because the pkgver function in this package returns a version like
r222.67ce450
, while the AUR website lists1.15.0-1
as the version. The problem is thatr222.67ce450
compares as less than1.15.0
, so my AUR helper thought that there was an upgrade available every time it checked.Please modify the pkgver function such that it returns a version in a similar format to the pkgver variable. The Wiki article about this topic1 suggests a function like this:
For the current version upstream this returns 1.8.4.r0.g67ce450. I tried it locally and it worked well.
Cheers.