Package Details: enpass-bin 6.9.2.1563-1

Git Clone URL: https://aur.archlinux.org/enpass-bin.git (read-only, click to copy)
Package Base: enpass-bin
Description: A multiplatform password manager
Upstream URL: http://enpass.io/
Keywords: enpass manager password
Licenses: custom
Provides: enpass
Submitter: tadly
Maintainer: tadly
Last Packager: tadly
Votes: 81
Popularity: 0.015506
First Submitted: 2015-07-16 12:04 (UTC)
Last Updated: 2023-11-19 10:31 (UTC)

Dependencies (11)

Required by (0)

Sources (1)

Pinned Comments

tadly commented on 2017-03-14 13:17 (UTC) (edited on 2020-02-25 12:19 (UTC) by tadly)

To check if there's a new version available:

curl -so- https://apt.enpass.io/dists/stable/main/binary-amd64/Packages.gz | zcat | egrep "Package|Version|SHA256" | head -n 3

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

agaring commented on 2023-08-25 21:36 (UTC) (edited on 2023-08-25 21:37 (UTC) by agaring)

Here is a gist to a PKGBUILD for version 6.9.0 (1467) of Enpass : https://gist.github.com/agaring/3b7b33b370feb26856527b09284ccf70

dizplacement commented on 2022-12-09 09:30 (UTC)

The missing dependencies: xcb-util-wm xcb-util-image xcb-util-keysysms xcb-util-renderutil

0rAX0 commented on 2022-11-26 16:17 (UTC)

There are some xcb-related dependencies missing...

Bachsau commented on 2022-11-09 16:08 (UTC)

Or just chmod -R go-w "${pkgdir}"

yochananmarqos commented on 2022-11-08 20:06 (UTC)

@Bachsau: Indeed, just noticed myself today.

@tadly: Improved package() function:

package() {
    # Extract data
    bsdtar xfz data.tar.gz -C "${pkgdir}/"

    # Correct directory permissions
    find "${pkgdir}" -type d -exec chmod 755 {} \;

    # Files have the world writable bit set
    chmod 0755 "${pkgdir}/opt/${pkgname}"/{Enpass,importer_enpass,wifisyncserver_bin}
    chmod 0644 "${pkgdir}/opt/${pkgname}/qt.conf"
    chmod 0644 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
    chmod 0644 "${pkgdir}/usr/share/mime/packages/application-${pkgname}.xml"
    find "${pkgdir}/usr/share/icons/" -type f -exec chmod 644 {} \;

    # Symlink binary
    install -d "${pkgdir}/usr/bin"
    ln -s /opt/enpass/Enpass "${pkgdir}/usr/bin/$pkgname"
}

Bachsau commented on 2022-11-08 20:03 (UTC)

Why is everything chmod'ed go+w? Anything on the system could overwrite the binary with whatever.

tadly commented on 2022-05-20 07:18 (UTC) (edited on 2022-05-20 07:23 (UTC) by tadly)

I didn't get mails for the comments or the out-of-date flag hence the delayed update.
And no, I will certainly not do any kind of auto-update

Edit:
Seems like google is flagging mails by notify@aur.archlinux.org as spam.
I've added a filter to never treat those mails as spam so future updates shouldn't be delayed as much.

Bachsau commented on 2022-05-08 00:21 (UTC) (edited on 2022-05-08 00:22 (UTC) by Bachsau)

Update? Maybe you could implement some sort of auto-updater if you can't keep up manually.

zhukva commented on 2021-11-18 20:09 (UTC)

@tadly hi, upgrade pls enpass to version 6.7.4.933 or let me to push changes

tadly commented on 2021-08-20 09:28 (UTC)

@Alterego you have to restart Enpass. It's running in the background. Either exit it through the systray or open enpass -> hamburger menu (top right) -> exit