summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-08-27 22:51:02 +0200
committerMartchus2015-08-27 22:51:02 +0200
commita35f810213f2ad7837c0ed071ded52d34cfccbed (patch)
treeb0e7780d197577a74ef0ea36ff0ac6870c345dc0
parent484ccc5e301454eba014b633dd0aee3dd6c6c5a0 (diff)
downloadaur-a35f810213f2ad7837c0ed071ded52d34cfccbed.tar.gz
added checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec48d1c119b3..9fd3c4426508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = passwordfile
pkgdesc = C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL).
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Martchus/passwordfile
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = passwordfile
depends = c++utilities
depends = openssl
source = passwordfile-3.0.0.tar.gz::https://github.com/Martchus/passwordfile/archive/v3.0.0.tar.gz
- sha256sums = skip
+ sha256sums = 5464019fed9365607cb394b1f2951a0afd40ee725949408a3bfcc910793fd2d6
pkgname = passwordfile
diff --git a/PKGBUILD b/PKGBUILD
index 0bb169f34727..f9608fdb075e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordfile
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL)."
license=('GPL')
@@ -11,7 +11,7 @@ install=
url="https://github.com/Martchus/passwordfile"
source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz")
_reponame=passwordfile
-sha256sums=('skip')
+sha256sums=('5464019fed9365607cb394b1f2951a0afd40ee725949408a3bfcc910793fd2d6')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"