summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-10-16 22:56:59 +0200
committerMartchus2015-10-16 22:56:59 +0200
commita10f56b302d0e991f7cc50884971bd12d27bcfd7 (patch)
tree6c895a5678725c33d76cf55ea0d32db9fc7a8270
parent2e662d37280f3474b49539736c8e01dab8d49f19 (diff)
downloadaur-a10f56b302d0e991f7cc50884971bd12d27bcfd7.tar.gz
updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8868797231b..bcbe588395c4 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 = 4
+ pkgver = 3.0.1
+ pkgrel = 1
url = https://github.com/Martchus/passwordfile
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = passwordfile
makedepends = qt5-base
depends = c++utilities
depends = openssl
- source = passwordfile-3.0.0.tar.gz::https://github.com/Martchus/passwordfile/archive/v3.0.0.tar.gz
- sha256sums = 5464019fed9365607cb394b1f2951a0afd40ee725949408a3bfcc910793fd2d6
+ source = passwordfile-3.0.1.tar.gz::https://github.com/Martchus/passwordfile/archive/v3.0.1.tar.gz
+ sha256sums = 959176b21b45c8435c7c87d501c263dc4d8088e861b8659294448f6c77768ebb
pkgname = passwordfile
diff --git a/PKGBUILD b/PKGBUILD
index 772a62945aca..2dacaa3c4ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordfile
-pkgver=3.0.0
-pkgrel=4
+pkgver=3.0.1
+pkgrel=1
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=('5464019fed9365607cb394b1f2951a0afd40ee725949408a3bfcc910793fd2d6')
+sha256sums=('959176b21b45c8435c7c87d501c263dc4d8088e861b8659294448f6c77768ebb')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"