Package Details: 1password 8.10.54-22

Git Clone URL: https://aur.archlinux.org/1password.git (read-only, click to copy)
Package Base: 1password
Description: Password manager and secure wallet
Upstream URL: https://1password.com
Keywords: manager onepassword password
Licenses: LicenseRef-1Password-Proprietary
Conflicts: 1password-beta, 1password-beta-bin
Submitter: rew1red
Maintainer: 1Password
Last Packager: 1Password
Votes: 108
Popularity: 1.93
First Submitted: 2020-08-04 23:11 (UTC)
Last Updated: 2024-11-26 16:14 (UTC)

Pinned Comments

1Password commented on 2021-07-27 21:07 (UTC) (edited on 2021-09-13 17:52 (UTC) by 1Password)

1Password for Arch Linux - Stable

The source is signed with the GPG key 3FEF9748469ADBE15DA7CA80AC2D62742012EA22 and can be seen on the install-linux guide.

Getting Started

Our getting started guide can be found at https://support.1password.com/install-linux/#arch-linux

Support

Our Linux support discussion is available at https://1password.community/categories/linux

Beta Releases

Our beta releases can be found at 1password-beta. Beta releases are more likely to have regressions than our stable releases.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Feakster commented on 2020-12-15 11:19 (UTC)

Would you be able to make this a multi-arch package once you start using the tar instead of the AppImage? The arm architectures have a growing user base on Arch & Manjaro.

1Password commented on 2020-11-26 23:11 (UTC)

@Orangutan We actually have some plans to base the install on a tar instead of the AppImage. While we get that ready we plan on keeping this based on the AppImage.

Orangutan commented on 2020-11-25 18:05 (UTC)

Wouldn’t using the .deb be nicer and simpler? It’s what packages usually do in this situation

rew1red commented on 2020-09-22 14:07 (UTC)

It looks like helpers that cache the AppImage (like yay) are using a previously downloaded version (before the signature change introduced in 1936c4e). I've appended the pkgrel to the name of the binary to bust this cache.

xuanwo commented on 2020-09-22 10:22 (UTC)

1password-0.8.7.26947.AppImage sha256sum looks incorrect.

==> 获取源代码...
  -> 找到 1password-0.8.7.26947.AppImage
  -> 正在下载 1password-0.8.7.26947.AppImage.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   566  100   566    0     0   1489      0 --:--:-- --:--:-- --:--:--  1485
==> 正在验证 source 文件,使用sha256sums...
    1password-0.8.7.26947.AppImage ... 失败
    1password-0.8.7.26947.AppImage.sig ... 已跳过
==> 错误: 一个或多个文件没有通过有效性检查!

rew1red commented on 2020-09-22 02:40 (UTC) (edited on 2020-09-22 02:40 (UTC) by rew1red)

1Password now signs releases, so signature checking has been added back into the PKGBUILD. If you encounter an error importing their GPG key or an error because of a missing GPG key, you may import it manually:

gpg --keyserver keyserver.ubuntu.com --recv-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22

They've published their key on their support page, here: https://support.1password.com/cs/getting-started-linux/

rew1red commented on 2020-09-02 14:40 (UTC)

@foxfromabyss Yes, I've recently discovered that AppImage only seems to work with fuse2. Of course, they don't list it anywhere in their documentation, just: "AppImage requires FUSE to run".

Dependency version has been lowered to fuse2.

foxfromabyss commented on 2020-09-01 08:17 (UTC)

Had

dlopen(): error loading libfuse.so.2AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information

Resolved by installing fuse2. Probably should be added to dependencies as well.

tonkku107 commented on 2020-08-22 18:29 (UTC)

It is not necessary to include sed in makedepends since it's included in the base-devel group which is expected to be installed for AUR packages.