summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyuzakiKK2018-05-19 11:11:07 +0200
committerRyuzakiKK2018-05-19 11:11:07 +0200
commit0e95f382abe0f554d056f99a35ff42dbce91353b (patch)
treec8a65a4bfb85e02d3c3e4e361092853a4292842e /PKGBUILD
parent13ae93eb7e3850dd38b70863107fb39a4a761fae (diff)
downloadaur-0e95f382abe0f554d056f99a35ff42dbce91353b.tar.gz
Update to version 0.9.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a38d413602ab..3c704987ac3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Profpatsch <mail AT [nickname] DOT de>
pkgname=gnome-keysign
-pkgver=0.9.6
+pkgver=0.9.7.2
pkgrel=1
-pkgdesc="An easier way to sign OpenPGP keys over the local network."
+pkgdesc="An easier way to sign OpenPGP keys over the local network or Bluetooth."
arch=('any')
url="https://github.com/gnome-keysign/gnome-keysign"
license=('GPL3')
@@ -14,16 +14,9 @@ depends=('python' 'python-cairo' 'python-dbus' 'python-gobject' 'python-gpgme'
'gst-plugins-good' 'gst-plugins-bad' 'zbar')
optdepends=('python-pybluez: Bluetooth support')
makedepends=('git' 'python-setuptools' 'python-lxml')
-_commit=5d1c180dd9de8593036dbf05ab9990cb17534a2f # tags/0.9.6
-source=("git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=$_commit"
- "avoid_monkeysign.patch")
-sha256sums=('SKIP'
- 'e3aa40aeff35a8f7fcc6b7e79a3a3efb643bc2767766cbdc340a9860484734f2')
-
-prepare() {
- cd $pkgname
- patch -Np1 -i "${srcdir}/avoid_monkeysign.patch"
-}
+_commit=cfcb137edebd6b1b88a7d5a39c6435561ee27eed # tags/0.9.7.2
+source=("git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=$_commit")
+sha256sums=('SKIP')
build() {
cd $pkgname