summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-04-29 10:49:39 +0200
committerDaniel Peukert2024-04-29 10:49:39 +0200
commit7cfdc4fc1585f5bf5fecf1e97108784736630bbb (patch)
tree28618e1f1c19837dbaa76361c0b6837f15fdddc7
parentbfdfb96df5adff4e663d73436551bc33c7090b23 (diff)
downloadaur-certbot-dns-vultr.tar.gz
Python 3.12 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff278d97398c..0d452fa71383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = certbot-dns-vultr
pkgdesc = Authenticator plugin for Certbot to configure Vultr to respond to ACME dns-01 challenges to obtain HTTPS certificates
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/bsorahan/certbot-dns-vultr
install = certbot-dns-vultr.install
diff --git a/PKGBUILD b/PKGBUILD
index 36461826399e..ae625c8f93ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
pkgname='certbot-dns-vultr'
pkgver='0.2.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Authenticator plugin for Certbot to configure Vultr to respond to ACME dns-01 challenges to obtain HTTPS certificates'
arch=('any')
@@ -20,7 +20,7 @@ build() {
python setup.py build
}
-# Tests currently don't pass
+# The test_add_txt_record_try_twice_to_find_domain test currently doesn't pass
# check() {
# cd "$srcdir/$_sourcedirectory/"
# python -m unittest discover --verbose