i think you should add 7z as dependency. edited to say thank you for this package :D
Search Criteria
Package Details: amneziavpn-bin 4.8.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/amneziavpn-bin.git (read-only, click to copy) |
---|---|
Package Base: | amneziavpn-bin |
Description: | Amnezia VPN Client |
Upstream URL: | https://github.com/amnezia-vpn/amnezia-client |
Keywords: | amnezia vpn |
Licenses: | GPL-3.0-only |
Submitter: | lufog |
Maintainer: | lufog |
Last Packager: | lufog |
Votes: | 1 |
Popularity: | 0.96 |
First Submitted: | 2025-06-23 18:18 (UTC) |
Last Updated: | 2025-06-24 12:00 (UTC) |
Dependencies (1)
- p7zip (p7zip-full-binAUR, p7zip-natspecAUR, 7zip) (make)
Required by (0)
Sources (1)
Latest Comments
nippah commented on 2025-06-24 10:27 (UTC) (edited on 2025-06-24 10:30 (UTC) by nippah)
lufog commented on 2025-06-23 18:31 (UTC) (edited on 2025-06-23 18:39 (UTC) by lufog)
Before installing this package, please remove the installation done by the official installer, if any.
Information for those who want to update PKGBUILD
locally. In case I'm late with the update.
A simple version bump is not enough, you also need to update _archive_offset
, which can be found (with a hex editor, for example) by the signature in the comment. And _archive_size
can be omitted if you remove | head -c $((_archive_size))
in prepare()
, 7zip will unpack the archive, with a harmless warning about garbage data after the end of the archive.
Pinned Comments
lufog commented on 2025-06-23 18:31 (UTC) (edited on 2025-06-23 18:39 (UTC) by lufog)
Before installing this package, please remove the installation done by the official installer, if any.
Information for those who want to update
PKGBUILD
locally. In case I'm late with the update.A simple version bump is not enough, you also need to update
_archive_offset
, which can be found (with a hex editor, for example) by the signature in the comment. And_archive_size
can be omitted if you remove| head -c $((_archive_size))
inprepare()
, 7zip will unpack the archive, with a harmless warning about garbage data after the end of the archive.