summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2023-07-12 10:07:45 +0200
committerMarcin Wieczorek2023-07-12 10:07:45 +0200
commit8a8832ddd65d9728912f5edd283af0a46450ac4c (patch)
tree189b022810d197477c20853ccbbe56b1940097e0
parent615f577b98ce2fe94689051cae418507fd0fe25a (diff)
downloadaur-8a8832ddd65d9728912f5edd283af0a46450ac4c.tar.gz
Added argon2 to dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rw-r--r--cd0
3 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f22c4ea90d37..cb863f868866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = dar
depends = bzip2
depends = xz
depends = attr
+ depends = argon2
optdepends = perl: for running some samples
optdepends = librsync: for delta binary
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 5d7dcaf442fb..36c09e1bd917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='A full featured command-line backup tool, short for Disk ARchive'
arch=('i686' 'x86_64')
url='http://dar.linux.free.fr/'
license=('GPL')
-depends=('libgcrypt' 'zlib' 'lzo' 'bzip2' 'xz' 'attr')
+depends=('libgcrypt' 'zlib' 'lzo' 'bzip2' 'xz' 'attr' 'argon2')
optdepends=('perl: for running some samples'
'librsync: for delta binary')
makedepends=('doxygen')
diff --git a/cd b/cd
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/cd