summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-02-19 16:14:21 +0800
committerChocobo12021-02-19 16:15:17 +0800
commiteed9e6a58ba6c968272799f921856b1e64338647 (patch)
tree2d467acc7282d42bb7a420c4f150b672024508d7
parent700149b06f2fe254c0ecd0e78d0f44fc4be93d98 (diff)
downloadaur-eed9e6a58ba6c968272799f921856b1e64338647.tar.gz
upgpkg: pinentry-git 1.1.1.r5.g19a18ba-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07afc5aadd91..2f97f27c299f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = pinentry-git
pkgdesc = A small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner
- pkgver = 1.1.0.r5.gfa817f0
+ pkgver = 1.1.1.r5.g19a18ba
pkgrel = 1
url = https://gnupg.org/software/pinentry/index.html
arch = i686
arch = x86_64
license = GPL2
makedepends = git
+ makedepends = efl
makedepends = gcr
makedepends = gtk2
makedepends = qt5-base
depends = glibc
depends = libassuan
- depends = libsecret
depends = libcap
+ depends = libsecret
depends = ncurses
provides = pinentry
conflicts = pinentry
diff --git a/PKGBUILD b/PKGBUILD
index cefd2121652b..d8ec4f22b448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=pinentry-git
-pkgver=1.1.0.r5.gfa817f0
+pkgver=1.1.1.r5.g19a18ba
pkgrel=1
pkgdesc="A small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner"
arch=('i686' 'x86_64')
url="https://gnupg.org/software/pinentry/index.html"
license=('GPL2')
-depends=('glibc' 'libassuan' 'libsecret' 'libcap' 'ncurses')
-makedepends=('git' 'gcr' 'gtk2' 'qt5-base')
+depends=('glibc' 'libassuan' 'libcap' 'libsecret' 'ncurses')
+makedepends=('git' 'efl' 'gcr' 'gtk2' 'qt5-base')
provides=('pinentry')
conflicts=('pinentry')
source=("git+https://dev.gnupg.org/source/pinentry.git"
@@ -27,12 +27,16 @@ build() {
cd "pinentry"
./autogen.sh --force
- ./configure --prefix="/usr" \
+ ./configure \
+ --prefix="/usr" \
--enable-maintainer-mode \
--enable-pinentry-tty \
- --enable-pinentry-curses --enable-fallback-curses \
+ --enable-pinentry-curses \
+ --enable-fallback-curses \
+ --enable-pinentry-efl \
--enable-pinentry-emacs \
- --enable-pinentry-gtk2 --enable-pinentry-gnome3 \
+ --enable-pinentry-gnome3 \
+ --enable-pinentry-gtk2 \
--enable-pinentry-qt \
--enable-libsecret
make