summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2016-09-03 19:20:00 +0200
committerEmil Lundberg2016-09-03 19:20:00 +0200
commite3eba77fd1ebbd7454b3947be1cfc15ba7b3d508 (patch)
treed0aac8f637d4299a9659c2debf4c993f6ad2a4e6
parentbcc1d58d86834c3f9be9ea337c77d71254f69edf (diff)
downloadaur-e3eba77fd1ebbd7454b3947be1cfc15ba7b3d508.tar.gz
Add libnotify to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f457c49e6f3..990ba127fe07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pass-patched-passmenu-notify-git
pkgdesc = Stores, retrieves, generates, and synchronizes passwords securely
pkgver = latest-passmenu-notify
- pkgrel = 1
+ pkgrel = 2
url = http://zx2c4.com/projects/password-store/
arch = any
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = pass-patched-passmenu-notify-git
depends = tree
optdepends = git: for Git support
optdepends = dmenu: for passmenu
+ optdepends = libnotify: for passmenu desktop notifications
provides = pass
provides = passmenu
conflicts = passmenu
diff --git a/PKGBUILD b/PKGBUILD
index e1e584001aec..a14b5a8cfa74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,15 @@
pkgname='pass-patched-passmenu-notify-git'
pkgver=latest
-pkgrel=1
+pkgrel=2
pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
arch=('any')
url='http://zx2c4.com/projects/password-store/'
license=('GPL2')
depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
optdepends=('git: for Git support'
- 'dmenu: for passmenu')
+ 'dmenu: for passmenu'
+ 'libnotify: for passmenu desktop notifications')
replaces=('passmenu')
provides=('pass' 'passmenu')
conflicts=('passmenu')