mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Update package to 1.33.0
This commit is contained in:
parent
f1698874e9
commit
0c33afd45d
2 changed files with 8 additions and 10 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = proton-pass-bin
|
||||
pkgdesc = Open-source password manager for effortless protection. Securely store, share and auto-login your accounts with Proton Pass, using end-to-end encryption trusted by millions.
|
||||
pkgver = 1.32.11
|
||||
pkgver = 1.33.0
|
||||
pkgrel = 1
|
||||
url = https://proton.me/pass
|
||||
arch = x86_64
|
||||
|
|
@ -13,12 +13,10 @@ pkgbase = proton-pass-bin
|
|||
depends = dbus
|
||||
depends = expat
|
||||
depends = gcc-libs
|
||||
depends = gdk-pixbuf2
|
||||
depends = glib2
|
||||
depends = glibc
|
||||
depends = gtk3
|
||||
depends = libcups
|
||||
depends = libdrm
|
||||
depends = libudev.so
|
||||
depends = libx11
|
||||
depends = libxcb
|
||||
|
|
@ -36,7 +34,7 @@ pkgbase = proton-pass-bin
|
|||
provides = protonpass
|
||||
conflicts = proton-pass
|
||||
conflicts = protonpass
|
||||
source = https://proton.me/download/PassDesktop/linux/x64/proton-pass_1.32.11_amd64.deb
|
||||
sha256sums = 3aec0bb8bbcfc7c4d4437b07e007341746cf6dedb27993f2e4aab5e33a13aa71
|
||||
source = https://proton.me/download/PassDesktop/linux/x64/proton-pass_1.33.0_amd64.deb
|
||||
sha256sums = 10b03e615f9a6e341685bd447067b839fd3a770e9bb1110ca04d0418d6beaca8
|
||||
|
||||
pkgname = proton-pass-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Mysti
|
||||
|
||||
pkgname=proton-pass-bin
|
||||
pkgver=1.32.11
|
||||
pkgver=1.33.0
|
||||
pkgrel=1
|
||||
pkgdesc="Open-source password manager for effortless protection. Securely store, share and auto-login your accounts with Proton Pass, using end-to-end encryption trusted by millions."
|
||||
arch=("x86_64")
|
||||
|
|
@ -10,13 +10,13 @@ url="https://proton.me/pass"
|
|||
license=('MIT') # Bundled Electron
|
||||
license+=('GPL-3.0-or-later') # The Proton Pass code itself (https://github.com/ProtonMail/WebClients#license)
|
||||
groups=("ProtonPass")
|
||||
depends=('alsa-lib' 'at-spi2-core' 'cairo' 'dbus' 'expat' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
|
||||
'libcups' 'libdrm' 'libudev.so' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage' 'libxext' 'libxfixes'
|
||||
'libxrandr' 'libxkbcommon' 'mesa' 'nspr' 'nss' 'pango') # Bundled Electron dependencies
|
||||
depends=('alsa-lib' 'at-spi2-core' 'cairo' 'dbus' 'expat' 'gcc-libs' 'glib2' 'glibc' 'gtk3'
|
||||
'libcups' 'libudev.so' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage' 'libxext'
|
||||
'libxfixes' 'libxrandr' 'libxkbcommon' 'mesa' 'nspr' 'nss' 'pango') # Bundled Electron dependencies
|
||||
provides=('proton-pass' 'protonpass')
|
||||
conflicts=('proton-pass' 'protonpass')
|
||||
source=("https://proton.me/download/PassDesktop/linux/x64/proton-pass_${pkgver}_amd64.deb")
|
||||
sha256sums=('3aec0bb8bbcfc7c4d4437b07e007341746cf6dedb27993f2e4aab5e33a13aa71')
|
||||
sha256sums=('10b03e615f9a6e341685bd447067b839fd3a770e9bb1110ca04d0418d6beaca8')
|
||||
|
||||
package() {
|
||||
tar -xvf data.tar.xz -C "$pkgdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue