summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2020-11-03 07:57:54 -0500
committerbinex-dsk2020-11-03 07:57:54 -0500
commit76a46765060adfa50c5496410fb1e81d01f26a96 (patch)
tree8fa87cbe8477e2dba066f0fab3692a142a92f997
parente1f1279ec37bcfe06ecdee642c89dcc6a8a8e35e (diff)
downloadaur-76a46765060adfa50c5496410fb1e81d01f26a96.tar.gz
1.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fda06c143435..ecfc09096163 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = passman++
pkgdesc = Incredibly simple and secure command-line password manager.
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/binex-dsk/passmanpp/
arch = x86_64
@@ -8,10 +8,11 @@ pkgbase = passman++
depends = botan
depends = libsodium
depends = qt5-base
+ depends = ttf-hack
provides = passman
conflicts = passman-git
- source = https://github.com/binex-dsk/passmanpp/archive/1.1.0.zip
- md5sums = 6191151651c0f1d5939b7097d485fa7c
+ source = https://github.com/binex-dsk/passmanpp/archive/1.2.0.zip
+ md5sums = bc5b28c9e9d61dd25839fea31c1a504d
pkgname = passman++
diff --git a/PKGBUILD b/PKGBUILD
index a37b9ae90486..0ad590ec4fed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname='passman++'
pkgdesc='Incredibly simple and secure command-line password manager.'
url="https://github.com/binex-dsk/$_pkgname/"
license=('BSD')
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
source=("https://github.com/binex-dsk/$_pkgname/archive/$pkgver.zip")
-md5sums=('6191151651c0f1d5939b7097d485fa7c')
+md5sums=('bc5b28c9e9d61dd25839fea31c1a504d')
provides=('passman')
conflicts=('passman-git')
-depends=('botan' 'libsodium' 'qt5-base')
+depends=('botan' 'libsodium' 'qt5-base' 'ttf-hack')
arch=('x86_64')
build() {