summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2021-12-08 11:40:11 +0000
committerHLFH2021-12-08 11:40:11 +0000
commit5bf539f6b256c2885cf20c2977cc4f90074e0047 (patch)
tree47ffbea0c8d332f8f09dc028dc7ebf3bcc5794f8
parent72c9abdc0b8214db55502ee4ec67a4bc700dbb45 (diff)
downloadaur-5bf539f6b256c2885cf20c2977cc4f90074e0047.tar.gz
remove python-unbound dep, update package
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ff969111711..3e597ce50927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hash-slinger-git
pkgdesc = Tools to generate special DNS records (SSHFP, TLSA, OPENPGPKEY, IPSECKEY)
- pkgver = 3.0+r10+gf6bd4fd
- pkgrel = 2
+ pkgver = 3.1
+ pkgrel = 1
url = https://github.com/letoams/hash-slinger
arch = any
license = GPL2
@@ -9,7 +9,7 @@ pkgbase = hash-slinger-git
depends = python-dnspython
depends = python-ipaddress
depends = python-m2crypto
- depends = python-unbound
+ depends = unbound
optdepends = openssh: for sshfp
optdepends = python-gnupg: for openpgpkey
optdepends = libreswan: for ipseckey (if not using openswan or strongswan)
@@ -17,7 +17,6 @@ pkgbase = hash-slinger-git
optdepends = strongswan: for ipseckey (if not using libreswan or openswan)
conflicts = hash-slinger
source = git+https://github.com/letoams/hash-slinger
- sha256sums = SKIP
+ sha512sums = SKIP
pkgname = hash-slinger-git
-
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