summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94125a6595bc..69fa4a842cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Ludovico de Nittis <aasonykk+aur at google mail dot com>
+# Maintainer: Max Harmathy <harmathy@mailbox.org>
+# Contributor: Ludovico de Nittis <aasonykk+aur at google mail dot com>
# Contributor: Profpatsch <mail AT [nickname] DOT de>
pkgname=gnome-keysign
-pkgver=1.0.1
-pkgrel=1
+pkgver=1.3.0
+pkgrel=2
pkgdesc="An easier way to sign OpenPGP keys over the local network or Bluetooth."
arch=('any')
url="https://github.com/gnome-keysign/gnome-keysign"
@@ -11,10 +12,10 @@ license=('GPL3')
install=gnome-keysign.install
depends=('python' 'python-cairo' 'python-dbus' 'python-future' 'python-gobject' 'python-gpgme'
'python-qrcode' 'python-requests' 'python-twisted' 'avahi' 'dbus'
- 'gst-plugins-good' 'gst-plugins-bad' 'magic-wormhole' 'zbar')
+ 'gst-plugin-gtk' 'gst-plugins-good' 'gst-plugins-bad' 'magic-wormhole' 'zbar')
optdepends=('python-pybluez: Bluetooth support')
-makedepends=('git' 'python-setuptools' 'python-lxml')
-_commit=eaee3c48a870b5bb7d9e4645684fb149ec56dcf2 # tags/1.0.1
+makedepends=('git' 'python-setuptools' 'python-babel-glade')
+_commit=216c3677e68960afc517edc00529323e85909323 # 1.2.0 plus the bable-glade fix
source=("git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=$_commit")
sha256sums=('SKIP')