summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 817a09ea470d..253f518f5a6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = cryptr-bin
pkgdesc = A GUI for Vault
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/adobe/cryptr#readme
install = cryptr.install
arch = x86_64
- groups =
license = Apache
depends = gconf
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index 6a2c2c8bbd5b..8b5041547b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Timothy Gelter <timothy dot gelter plus aur at gmail dot com>
pkgname=cryptr-bin
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A GUI for Vault"
arch=('x86_64')
url="https://github.com/adobe/cryptr#readme"
license=('Apache')
-groups=('')
depends=('gconf' 'libnotify' 'libappindicator-gtk2' 'libxtst' 'libxss')
options=('!strip' '!emptydirs')
install=cryptr.install