George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
certbot-apache
Commits:
270cc120 by George Rawlinson at 2026-02-03T19:25:26+00:00
chore: remove ticki-ticki-thingamajigs
- - - - -
0947f9be by George Rawlinson at 2026-02-03T19:58:36+00:00
upgpkg: 5.3.0-1: upgpkg: 5.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = certbot-apache
pkgdesc = Apache plugin for Certbot
- pkgver = 5.2.2
- pkgrel = 2
+ pkgver = 5.3.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/certbot-apache
arch = any
license = Apache-2.0
@@ -11,12 +11,12 @@ pkgbase = certbot-apache
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
- depends = certbot=5.2.2
- depends = python-acme=5.2.2
+ depends = certbot=5.3.0
+ depends = python-acme=5.3.0
depends = python-augeas
replaces = letsencrypt-apache
- source =
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v5.2.2
- sha512sums =
7d01f47d07dad32f697f190b3e92fac994f5318b37f95f83b4cbcd5d202ad2780f5923d64f1346345692633fea137eeec6bc250bae0e9ab33df524d04e779d4c
- b2sums =
5d25d6104816f0288a13798f8600ee3e77ee09a60665e5d709e1e3889d3e8932f8adc47bb5e63b21089520f23796cf18ce38240daa93b411e4389ed4ded00f1b
+ source =
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v5.3.0
+ sha512sums =
89dab355dc3bb6b86183dbcf573c761ae8ace52f4c925d69df4bfad3dbcb603579ad656588e1c22e4b3814ea874c2981322d57d79250fc9105f5085a0eea5b8e
+ b2sums =
1479869351cc9784738633f18af3731596227cdf0a0841257a903528f7d15bd6744e333cabd1061b0b9b4ed48428640ebbc6f13a2ca64d268416a1d1dce46d34
pkgname = certbot-apache
=====================================
PKGBUILD
=====================================
@@ -3,33 +3,33 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=certbot-apache
-pkgver=5.2.2
-pkgrel=2
+pkgver=5.3.0
+pkgrel=1
pkgdesc='Apache plugin for Certbot'
-arch=('any')
-license=('Apache-2.0')
+arch=(any)
+license=(Apache-2.0)
url='https://pypi.python.org/pypi/certbot-apache'
-replaces=('letsencrypt-apache')
+replaces=(letsencrypt-apache)
depends=(
"certbot=$pkgver"
"python-acme=$pkgver"
- 'python-augeas'
+ python-augeas
)
makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-setuptools'
- 'python-wheel'
+ git
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
)
-checkdepends=('python-pytest')
+checkdepends=(python-pytest)
# git repository is used because certbot is a huge monorepo and it's easier to
# share the entire repository across all certbot related packages than a few
# hundred tarballs.
_repo='github.com-certbot-certbot'
source=("$_repo::git+https://github.com/certbot/certbot#tag=v$pkgver")
-sha512sums=('7d01f47d07dad32f697f190b3e92fac994f5318b37f95f83b4cbcd5d202ad2780f5923d64f1346345692633fea137eeec6bc250bae0e9ab33df524d04e779d4c')
-b2sums=('5d25d6104816f0288a13798f8600ee3e77ee09a60665e5d709e1e3889d3e8932f8adc47bb5e63b21089520f23796cf18ce38240daa93b411e4389ed4ded00f1b')
+sha512sums=('89dab355dc3bb6b86183dbcf573c761ae8ace52f4c925d69df4bfad3dbcb603579ad656588e1c22e4b3814ea874c2981322d57d79250fc9105f5085a0eea5b8e')
+b2sums=('1479869351cc9784738633f18af3731596227cdf0a0841257a903528f7d15bd6744e333cabd1061b0b9b4ed48428640ebbc6f13a2ca64d268416a1d1dce46d34')
build() {
cd "$_repo/$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-apache/-/compare/ccd277925f90705949031a2f2b7033092170290c...0947f9be4a5366902f4cd43be3ac2b9664d55614
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-apache/-/compare/ccd277925f90705949031a2f2b7033092170290c...0947f9be4a5366902f4cd43be3ac2b9664d55614
You're receiving this email because of your account on gitlab.archlinux.org.