summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyuzakiKK2017-10-04 16:13:59 +0200
committerRyuzakiKK2017-10-04 16:13:59 +0200
commit32350efab90df7123df613a895938b1713a33acc (patch)
tree466e1944c5d344af493dd4d22012e0dabb44c6c3 /PKGBUILD
parentb46ec706a649d108858012bb20fde0cede102861 (diff)
downloadaur-32350efab90df7123df613a895938b1713a33acc.tar.gz
Add post install message
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e20283394db4..0dc20004b44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=gnome-keysign
pkgver=0.9.5
-pkgrel=2
+pkgrel=3
pkgdesc="An easier way to sign OpenPGP keys over the local network."
arch=('any')
url="https://github.com/gnome-keysign/gnome-keysign"
license=('GPL3')
+install=gnome-keysign.install
depends=('python' 'python-requests' 'python-gobject' 'python-qrcode'
'python-twisted' 'python-gpgme' 'avahi' 'dbus' 'zbar')
optdepends=('python-pybluez')