[arch-commits] Commit in pinentry/trunk (PKGBUILD pinentry)

Jan Steffens heftig at archlinux.org
Tue May 8 04:06:33 UTC 2018


    Date: Tuesday, May 8, 2018 @ 04:06:32
  Author: heftig
Revision: 323485

1.1.0-3

Modified:
  pinentry/trunk/PKGBUILD
  pinentry/trunk/pinentry

----------+
 PKGBUILD |    4 ++--
 pinentry |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-08 02:24:16 UTC (rev 323484)
+++ PKGBUILD	2018-05-08 04:06:32 UTC (rev 323485)
@@ -4,7 +4,7 @@
 
 pkgname=pinentry
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol'
 url='http://gnupg.org/related_software/pinentry/'
 arch=('x86_64')
@@ -18,7 +18,7 @@
         'pinentry')
 sha256sums=('68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570'
             'SKIP'
-            '50d651d7379dc160bf08a1f888e364fb366e2658c0a709f78a3d7965c3f2224d')
+            '95f298d20fce379ca6ac696b269ae4d276372e07c3e90e2d473dd8d14d5b682d')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
 
 build() {

Modified: pinentry
===================================================================
--- pinentry	2018-05-08 02:24:16 UTC (rev 323484)
+++ pinentry	2018-05-08 04:06:32 UTC (rev 323485)
@@ -1,5 +1,3 @@
 #!/bin/sh
-test -e /usr/lib/libgcr-base-3.so.1  && exec /usr/bin/pinentry-gnome3 "$@"
-test -e /usr/lib/libQt5Widgets.so.5  && exec /usr/bin/pinentry-qt     "$@"
 test -e /usr/lib/libgtk-x11-2.0.so.0 && exec /usr/bin/pinentry-gtk-2  "$@"
 exec /usr/bin/pinentry-curses "$@"



More information about the arch-commits mailing list