Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / pass
Commits: 2311eccb by Brett Cornwall at 2025-01-20T17:23:53-08:00 Update pinentry dep from gtk2 to gtk3 - - - - - 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 = 5 + pkgrel = 6 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 = gtk2: pinentry backend (gtk2) + optdepends = gtk3: pinentry backend (gtk2) 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=5 +pkgrel=6 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' - 'gtk2: pinentry backend (gtk2)' + 'gtk3: pinentry backend (gtk2)' '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/2311eccbb191c724c62b5735150f700f7aea1398 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pass/-/commit/2311eccbb191c724c62b5735150f700f7aea1398 You're receiving this email because of your account on gitlab.archlinux.org.