summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHLFH2021-08-17 16:04:34 +0100
committerHLFH2021-08-17 16:04:34 +0100
commit3a7e8dc178d8d8d3f5d3a58bc0ac78b90a189bea (patch)
tree8429396ff27a9667d66b1f549a4cf458bacc8327 /PKGBUILD
parentf1f6e5c1f471ac2daf93eef7a3759598f99f8a2e (diff)
downloadaur-3a7e8dc178d8d8d3f5d3a58bc0ac78b90a189bea.tar.gz
3.1 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9591cf47823f..5dbfb4f97679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Gaspard d'Hautefeuille <gaspard@dhautefeuille.eu>
pkgname=hash-slinger
-pkgver=3.0
-pkgrel=2
+pkgver=3.1
+pkgrel=1
pkgdesc="Tools to generate special DNS records (SSHFP, TLSA, OPENPGPKEY, IPSECKEY)"
arch=(any)
url="https://github.com/letoams/hash-slinger"
license=('GPL2')
-depends=('python-dnspython' 'python-ipaddress' 'python-m2crypto' 'python-unbound')
+depends=('python-dnspython' 'python-ipaddress' 'python-m2crypto' 'unbound')
makedepends=('xmlto')
optdepends=('openssh: for sshfp'
'python-gnupg: for openpgpkey'
@@ -14,7 +14,7 @@ optdepends=('openssh: for sshfp'
'openswan: for ipseckey (if not using libreswan or strongswan)'
'strongswan: for ipseckey (if not using libreswan or openswan)')
source=(https://github.com/letoams/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('1e39dbba1926a5b07119dcbd55a7f55f09349f3b7bda7fba12dae5056535c0ef')
+sha256sums=('2f0de62d561e585747732e44ce9ea5fcef93c75c95d66b684bd13b4e70374df6')
build() {
cd "$srcdir/$pkgname-$pkgver"