aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2020-12-21 21:56:57 +0100
committerTBK <tbk@jjtc.eu>2020-12-21 22:18:56 +0000
commit0bee93531e6c63f07fb768f41eacf38de54e9dfe (patch)
treef4a597fd111ae6c2694571e246741f8b1a8563f0
parent69d099fecc80e694266698d3558e4e374ce36173 (diff)
testing/py3-dnslib: update url
-rw-r--r--testing/py3-dnslib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-dnslib/APKBUILD b/testing/py3-dnslib/APKBUILD
index 50b602cbc03..27f71e02e4d 100644
--- a/testing/py3-dnslib/APKBUILD
+++ b/testing/py3-dnslib/APKBUILD
@@ -3,9 +3,9 @@
pkgname=py3-dnslib
_pkgname=dnslib
pkgver=0.9.14
-pkgrel=0
+pkgrel=1
pkgdesc="A simple library to encode/decode DNS wire-format packets"
-url="https://bitbucket.org/paulc/dnslib/"
+url="https://github.com/paulc/dnslib"
arch="noarch"
license="BSD-2-Clause"
depends="python3"