summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaroslav Lichtblau2021-03-22 23:38:27 +0100
committerJaroslav Lichtblau2021-03-22 23:38:27 +0100
commit1eb6c65741af9d239a507a320dd28c8059577ff0 (patch)
tree8fd906a26b4e345873cbc443165d8655263ee6ae /PKGBUILD
parent76fcb7766d6376cea47940ebc69c63217934dd94 (diff)
downloadaur-yapet.tar.gz
yapet-2.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4106f5515052..385c32d442c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: teddy_beer_maniac <teddy_beer_maniac@wp.pl>
pkgname=yapet
-pkgver=2.3
+pkgver=2.5
pkgrel=1
pkgdesc="Yet Another Password Encryption Tool"
arch=('x86_64')
url="https://yapet.guengel.ch/"
license=('GPL')
-depends=('ncurses' 'openssl')
+depends=('ncurses' 'openssl' 'argon2')
makedepends=('cppunit')
source=(https://yapet.guengel.ch/downloads/$pkgname-$pkgver.tar.xz)
-sha256sums=('f50e6a042cd636a5727dd4d01b9154231197a209e744d39a1585ea1bf6d184ba')
+sha256sums=('af518e6f76fda72eef0530e431b54b8d252b4dd6b10c7d7765a9089f9b5ef142')
build() {
cd "${srcdir}"/$pkgname-$pkgver