summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuzakiKK2019-04-09 21:46:02 +0200
committerRyuzakiKK2019-04-09 21:46:02 +0200
commite3fa71fb87b033cd566dd003c895454a1476a9a9 (patch)
tree3512760e31f0a5a52a350effa3e8f79dfc332888
parentdb189dc4cfb45b5eb2a1583a9d8da0f5946cd7ee (diff)
downloadaur-e3fa71fb87b033cd566dd003c895454a1476a9a9.tar.gz
Fix magic-wormhole dep and bump to version 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bc4af9beddc..5ad385299262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-keysign
pkgdesc = An easier way to sign OpenPGP keys over the local network or Bluetooth.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/gnome-keysign/gnome-keysign
install = gnome-keysign.install
@@ -22,10 +22,10 @@ pkgbase = gnome-keysign
depends = dbus
depends = gst-plugins-good
depends = gst-plugins-bad
- depends = python-magic-wormhole
+ depends = magic-wormhole
depends = zbar
optdepends = python-pybluez: Bluetooth support
- source = git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=cdd747788832ea883ca838e4e7400ce0f007ea24
+ source = git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=eaee3c48a870b5bb7d9e4645684fb149ec56dcf2
sha256sums = SKIP
pkgname = gnome-keysign
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')