summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyuzakiKK2019-04-09 21:46:02 +0200
committerRyuzakiKK2019-04-09 21:46:02 +0200
commite3fa71fb87b033cd566dd003c895454a1476a9a9 (patch)
tree3512760e31f0a5a52a350effa3e8f79dfc332888 /PKGBUILD
parentdb189dc4cfb45b5eb2a1583a9d8da0f5946cd7ee (diff)
downloadaur-e3fa71fb87b033cd566dd003c895454a1476a9a9.tar.gz
Fix magic-wormhole dep and bump to version 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28975d3de9d3..94125a6595bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Profpatsch <mail AT [nickname] DOT de>
pkgname=gnome-keysign
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="An easier way to sign OpenPGP keys over the local network or Bluetooth."
arch=('any')
@@ -11,10 +11,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' 'python-magic-wormhole' 'zbar')
+ 'gst-plugins-good' 'gst-plugins-bad' 'magic-wormhole' 'zbar')
optdepends=('python-pybluez: Bluetooth support')
makedepends=('git' 'python-setuptools' 'python-lxml')
-_commit=cdd747788832ea883ca838e4e7400ce0f007ea24 # tags/1.0.0
+_commit=eaee3c48a870b5bb7d9e4645684fb149ec56dcf2 # tags/1.0.1
source=("git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=$_commit")
sha256sums=('SKIP')