summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Harmathy2023-03-03 15:24:46 +0100
committerMax Harmathy2023-03-03 15:24:46 +0100
commitfc776bacbb103dca845b96aebfa0d290b73a52d7 (patch)
tree858f4bc228f73f63eca06495be3cf1c659415f20 /PKGBUILD
parent117079d7833906fa387476c2f6f23897f03cb2e5 (diff)
downloadaur-fc776bacbb103dca845b96aebfa0d290b73a52d7.tar.gz
Add dependency gst-plugin-gtk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd3d035e9def..69fa4a842cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-keysign
pkgver=1.3.0
-pkgrel=1
+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"
@@ -12,7 +12,7 @@ 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-babel-glade')
_commit=216c3677e68960afc517edc00529323e85909323 # 1.2.0 plus the bable-glade fix