summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-11-01 11:24:45 +0330
committerAli Molaei2020-11-01 11:24:45 +0330
commit79704ba3a8f90d309145d0009653cd9f42278008 (patch)
tree33ced5ad3f21a8183db46900f5c9092f6b46dc5d
parent8dc7c6497c1aeb37d33bf69f2b15adcbb6d48cb5 (diff)
downloadaur-79704ba3a8f90d309145d0009653cd9f42278008.tar.gz
Remove unnecessary 'groups' in PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60c4083d3943..7e4543235c9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = bitwarden-bin
pkgdesc = A secure and free password manager for all of your devices.
pkgver = 1.22.2
- pkgrel = 1
+ pkgrel = 2
url = https://bitwarden.com
arch = x86_64
- groups =
license = GPL
depends = alsa-lib
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index 412c6730f778..699be252020f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Generated by debtap
-# Maintainer: Milo Gilad <myl0gcontact@gmail.com>
# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
+# Contributor: Milo Gilad <myl0gcontact at gmail dot com>
pkgname=bitwarden-bin
pkgver=1.22.2
-pkgrel=1
+pkgrel=2
pkgdesc="A secure and free password manager for all of your devices."
arch=('x86_64')
url="https://bitwarden.com"
license=('GPL')
-groups=('')
depends=('alsa-lib' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nspr' 'nss')
conflicts=('bitwarden')
provides=('bitwarden')