summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-07-09 13:51:13 +0200
committerMartchus2022-07-09 13:51:13 +0200
commit474a9fd20ae5945311154f3917e85b8a86f4ad58 (patch)
tree854b1a4f8c1d5b9e949901bb19ad431bc03483b4
parent656e2c930e5edb4e66bb5320237cb5e4d378ba36 (diff)
downloadaur-474a9fd20ae5945311154f3917e85b8a86f4ad58.tar.gz
Use library dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1f0001e8d0e..d8a721c48d00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = passwordfile-git
pkgdesc = C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL
- pkgver = 105.b1a55de
+ pkgver = 108.9b4fcdc
pkgrel = 2
url = https://github.com/Martchus/passwordfile
arch = i686
@@ -13,11 +13,12 @@ pkgbase = passwordfile-git
makedepends = cmake
makedepends = git
makedepends = ninja
- depends = c++utilities-git
+ depends = libc++utilities-git.so
depends = openssl
+ depends = zlib
optdepends = passwordfile-doc: API documentation
+ provides = libpasswordfile-git.so
source = passwordfile::git+https://github.com/Martchus/passwordfile.git
sha256sums = SKIP
pkgname = passwordfile-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e983cd67e5b3..ae87334af012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,16 @@
_reponame=passwordfile
pkgname=passwordfile-git
_name=${pkgname%-git}
-pkgver=105.b1a55de
+pkgver=108.9b4fcdc
pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL'
license=('GPL')
-depends=('c++utilities-git' 'openssl')
+depends=('libc++utilities-git.so' 'openssl' 'zlib')
optdepends=("$_name-doc: API documentation")
makedepends=('cmake' 'git' 'ninja')
checkdepends=('cppunit')
-#provides=("${_name}")
-#conflicts=("${_name}")
+provides=(libpasswordfile-git.so)
install=
url="https://github.com/Martchus/${_reponame}"
source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git")