summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-02-25 12:24:32 -0500
committerbinex-dsk2021-02-25 12:24:32 -0500
commit1acbdafd24d23c2dd2788f805d64cab7692d4bb1 (patch)
tree2e1c22bb2845766b4b5d74c41f65ea82b64e7685
parentb086273b36318295f4d6e2ff100270a539654cb6 (diff)
downloadaur-1acbdafd24d23c2dd2788f805d64cab7692d4bb1.tar.gz
2.0.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e553b7afd01..84db0a30474e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
pkgbase = passman++
pkgdesc = Incredibly simple and secure command-line password manager
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/binex-dsk/passmanpp/
arch = x86_64
license = GPL
depends = botan
- depends = libsodium
depends = qt6-base
- optdepends = gnome-themes-extra: may be necessary for icons to work
- optdepends = breeze: recommended theme to use for passman++
provides = passman
conflicts = passman-git
conflicts = passman++-devel
conflicts = passman++-lts
- source = https://github.com/binex-dsk/passmanpp/archive/2.0.0.tar.gz
- md5sums = 22667201a3028a13d1e80dcca72b2547
+ source = https://github.com/binex-dsk/passmanpp/archive/2.0.1.tar.gz
+ md5sums = 594a233a3219a6760e6e7614617d0fee
pkgname = passman++
diff --git a/PKGBUILD b/PKGBUILD
index a5bc6895853f..b48d3716e008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,13 @@ pkgname='passman++'
pkgdesc='Incredibly simple and secure command-line password manager'
url="https://github.com/binex-dsk/$_pkgname/"
license=('GPL')
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
source=("https://github.com/binex-dsk/$_pkgname/archive/$pkgver.tar.gz")
-md5sums=('22667201a3028a13d1e80dcca72b2547')
+md5sums=('594a233a3219a6760e6e7614617d0fee')
provides=('passman')
conflicts=('passman-git' 'passman++-devel' 'passman++-lts')
-depends=('botan' 'libsodium' 'qt6-base')
-optdepends=('gnome-themes-extra: may be necessary for icons to work'
- 'breeze: recommended theme to use for passman++')
+depends=('botan' 'qt6-base')
arch=('x86_64')
build() {