summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-02-25 12:25:07 -0500
committerbinex-dsk2021-02-25 12:25:07 -0500
commitf52b70dcfcc075975be4a849844178cee7e54a85 (patch)
tree40d37a0d2f9688982674aef2e4411d5837507167
parentd1b04dd8914c45061f90a44339f3a58ecec855c2 (diff)
downloadaur-f52b70dcfcc075975be4a849844178cee7e54a85.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 b2c249b93af6..cc0762f2c788 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
pkgbase = passman++-devel
pkgdesc = Incredibly simple and secure command-line password manager - development/debug release
- 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++
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++-devel
diff --git a/PKGBUILD b/PKGBUILD
index 2601ef451e5c..2b41dd3e9ed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,13 @@ pkgname='passman++-devel'
pkgdesc='Incredibly simple and secure command-line password manager - development/debug release'
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++' '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() {