summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-12-10 13:22:56 +0100
committerKarol Babioch2018-12-10 13:23:09 +0100
commita11865597dd46b990216f66d24b427c78b37f4ea (patch)
treedd86c4e6fd89969ba40c93070af587aa4d3f3c6d
parent9025ae899ce0e250470c0201dd83b8e2fd16854d (diff)
downloadaur-a11865597dd46b990216f66d24b427c78b37f4ea.tar.gz
Update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1dd0e0278fe..135138610379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dkgpg
url = http://www.nongnu.org/dkgpg/
arch = x86_64
license = GPL2
- depends = libtmcg>=1.3.15
+ depends = libtmcg>=1.3.16
depends = libgcrypt>=1.6.0
depends = gmp
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index c28351053685..a81f7dc5d001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The Distributed Privacy Guard (DKGPG) implements Distributed Key Genera
arch=('x86_64')
url="http://www.nongnu.org/dkgpg/"
license=('GPL2')
-depends=('libtmcg>=1.3.15' 'libgcrypt>=1.6.0' 'gmp' 'zlib' 'bzip2')
+depends=('libtmcg>=1.3.16' 'libgcrypt>=1.6.0' 'gmp' 'zlib' 'bzip2')
source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('c420cfae557b4d30a482d1921c6d5e4d49d52f4777b20fa59699f5d1f5a6117f'
'SKIP')