summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuzakiKK2019-01-08 18:31:35 +0100
committerRyuzakiKK2019-01-08 18:31:35 +0100
commitdb189dc4cfb45b5eb2a1583a9d8da0f5946cd7ee (patch)
tree88c97089d033f30d125a483f556b8e64c881213f
parentf75e6a3b722b68e872c1508f5da9dfa4b22b159a (diff)
downloadaur-db189dc4cfb45b5eb2a1583a9d8da0f5946cd7ee.tar.gz
bump to version 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef02033f848..1bc4af9beddc 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 = 0.9.9
+ pkgver = 1.0.0
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 = magic-wormhole
+ depends = python-magic-wormhole
depends = zbar
optdepends = python-pybluez: Bluetooth support
- source = git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=2a67b564057ceb7e4a9cb20b1d15669b80ce16d3
+ source = git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=cdd747788832ea883ca838e4e7400ce0f007ea24
sha256sums = SKIP
pkgname = gnome-keysign
diff --git a/PKGBUILD b/PKGBUILD
index ba14f001f83a..28975d3de9d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Profpatsch <mail AT [nickname] DOT de>
pkgname=gnome-keysign
-pkgver=0.9.9
+pkgver=1.0.0
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' 'magic-wormhole' 'zbar')
+ 'gst-plugins-good' 'gst-plugins-bad' 'python-magic-wormhole' 'zbar')
optdepends=('python-pybluez: Bluetooth support')
makedepends=('git' 'python-setuptools' 'python-lxml')
-_commit=2a67b564057ceb7e4a9cb20b1d15669b80ce16d3 # tags/0.9.9
+_commit=cdd747788832ea883ca838e4e7400ce0f007ea24 # tags/1.0.0
source=("git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=$_commit")
sha256sums=('SKIP')