Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
certbot-dns-inwx
Commits:
616f7962 by Andreas Schleifer at 2024-11-13T22:54:57+01:00
upgpkg: 3.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = certbot-dns-inwx
pkgdesc = INWX DNS authenticator plugin for certbot
- pkgver = 2.2.0
- pkgrel = 4
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/oGGy990/certbot-dns-inwx
arch = any
license = Apache
@@ -11,7 +11,8 @@ pkgbase = certbot-dns-inwx
depends = certbot
depends = python
backup = etc/letsencrypt/inwx.cfg
- source =
https://github.com/oGGy990/certbot-dns-inwx/archive/v2.2.0/certbot-dns-inwx-2.2.0.tar.gz
- sha512sums =
67f40b50823f11c92750d5e961eb452b9cfde57a0a6c19863e07828f082615cc2a0282eb3d7c6c4ed192557dbaeeef7e2e98f1857b228557f1259e1a7ec0acc3
+ source =
https://github.com/oGGy990/certbot-dns-inwx/archive/v3.0.0/certbot-dns-inwx-3.0.0.tar.gz
+ sha512sums =
72f8d227650845a4bcaa2a6930953fe06f6377b6bebc3f256b10d825dbf0f568705d4e439a149de9eed99f27b8c55ce7c7f0b93705782ad4ada8d28d8bc518f0
+ b2sums =
0987656523181bfd9b5771add273070808d280537535dff7d4c4002516cdf4e37ffa1b4a33540eb863da04b9b1216951240fce35c1ddd0ea22619bd2d55b1b3b
pkgname = certbot-dns-inwx
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Andreas 'Segaja' Schleifer <segaja at archlinux dot org>
pkgname='certbot-dns-inwx'
-pkgver=2.2.0
-pkgrel=4
+pkgver=3.0.0
+pkgrel=1
pkgdesc="INWX DNS authenticator plugin for certbot"
arch=('any')
url="https://github.com/oGGy990/certbot-dns-inwx"
@@ -10,7 +10,8 @@ license=('Apache')
depends=('certbot' 'python')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('67f40b50823f11c92750d5e961eb452b9cfde57a0a6c19863e07828f082615cc2a0282eb3d7c6c4ed192557dbaeeef7e2e98f1857b228557f1259e1a7ec0acc3')
+sha512sums=('72f8d227650845a4bcaa2a6930953fe06f6377b6bebc3f256b10d825dbf0f568705d4e439a149de9eed99f27b8c55ce7c7f0b93705782ad4ada8d28d8bc518f0')
+b2sums=('0987656523181bfd9b5771add273070808d280537535dff7d4c4002516cdf4e37ffa1b4a33540eb863da04b9b1216951240fce35c1ddd0ea22619bd2d55b1b3b')
backup=(
'etc/letsencrypt/inwx.cfg'
)
@@ -24,13 +25,8 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
- local _site_packages="$(python -c "import site;
print(site.getsitepackages()[0])")"
-
python -m installer --destdir="${pkgdir}" dist/*.whl
install --verbose -D --mode=0600 inwx.cfg
"${pkgdir}/etc/letsencrypt/inwx.cfg"
install --verbose -D --mode=0644 README.md --target-directory
"${pkgdir}/usr/share/doc/${pkgname}"
-
- # remove unneeded config file from site-packages
- rm --recursive --verbose "${pkgdir}${_site_packages}/etc"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-dns-inwx/-/commit/616f796293a49a2f1b09e08a01ad88019669721c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-dns-inwx/-/commit/616f796293a49a2f1b09e08a01ad88019669721c
You're receiving this email because of your account on gitlab.archlinux.org.