Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / pass
Commits: 8eb311bc by Brett Cornwall at 2025-01-26T17:49:56-08:00 Update gtk2 to gtk3 in pinentry optdep - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = pass pkgdesc = Stores, retrieves, generates, and synchronizes passwords securely pkgver = 1.7.4 - pkgrel = 6 + pkgrel = 7 url = https://www.passwordstore.org/ arch = any license = GPL2 @@ -19,7 +19,7 @@ pkgbase = pass optdepends = xclip: for clipboard support on X11 optdepends = wl-clipboard: for clipboard support on Wayland optdepends = pinentry - optdepends = gtk3: pinentry backend (gtk2) + optdepends = gtk3: pinentry backend (gtk3) optdepends = gcr: pinentry backend (gnome3) optdepends = qt5-x11extras: pinentry backend (qt) optdepends = kwayland5: pinentry backend (qt) ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=pass pkgver=1.7.4 -pkgrel=6 +pkgrel=7 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely' arch=('any') url='https://www.passwordstore.org/' @@ -22,7 +22,7 @@ optdepends=('git: for Git support' 'xclip: for clipboard support on X11' 'wl-clipboard: for clipboard support on Wayland' 'pinentry' - 'gtk3: pinentry backend (gtk2)' + 'gtk3: pinentry backend (gtk3)' 'gcr: pinentry backend (gnome3)' 'qt5-x11extras: pinentry backend (qt)' 'kwayland5: pinentry backend (qt)' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pass/-/commit/8eb311bcdfeb07a64d352259f7b8239ee8819c08 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pass/-/commit/8eb311bcdfeb07a64d352259f7b8239ee8819c08 You're receiving this email because of your account on gitlab.archlinux.org.