summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-02-10 16:09:11 -0500
committerbinex-dsk2021-02-10 16:09:11 -0500
commitb086273b36318295f4d6e2ff100270a539654cb6 (patch)
treea0db8ce6aba6798ebbba2dd7bd3cfab01024697f
parenta2406ea62f289dffd1bf50159224d5c4e0aa9886 (diff)
downloadaur-b086273b36318295f4d6e2ff100270a539654cb6.tar.gz
fixed checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffa3ed9e51b2..0e553b7afd01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = passman++
conflicts = passman++-devel
conflicts = passman++-lts
source = https://github.com/binex-dsk/passmanpp/archive/2.0.0.tar.gz
- md5sums = 7ce90dad4e3cb34d94fad7cd274ce57f
+ md5sums = 22667201a3028a13d1e80dcca72b2547
pkgname = passman++
diff --git a/PKGBUILD b/PKGBUILD
index 3e2ac2085277..a5bc6895853f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('GPL')
pkgver=2.0.0
pkgrel=1
source=("https://github.com/binex-dsk/$_pkgname/archive/$pkgver.tar.gz")
-md5sums=('7ce90dad4e3cb34d94fad7cd274ce57f')
+md5sums=('22667201a3028a13d1e80dcca72b2547')
provides=('passman')
conflicts=('passman-git' 'passman++-devel' 'passman++-lts')
depends=('botan' 'libsodium' 'qt6-base')