summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee5fbe1ea16f..1c9931205635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Gaspard d'Hautefeuille <gaspard@dhautefeuille.eu>
pkgname=hash-slinger-git
-pkgver=3.0+r10+gf6bd4fd
-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'
'libreswan: for ipseckey (if not using openswan or strongswan)'
'openswan: for ipseckey (if not using libreswan or strongswan)'
'strongswan: for ipseckey (if not using libreswan or openswan)')
-conflicts=(hash-slinger)
+conflicts=('hash-slinger')
source=(git+https://github.com/letoams/hash-slinger)
-sha256sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd hash-slinger