Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
acme-tiny


Commits:
59df4212 by Sven-Hendrik Haase at 2026-07-09T14:50:50+02:00
upgpkg: 5.0.3-2: Upstream retagged this release

I checked the contents and they are benign, they just forgot to change the 
version in pyproject.toml.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = acme-tiny
        pkgdesc = A tiny script to issue and renew TLS certs from Let's Encrypt
        pkgver = 5.0.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/diafygi/acme-tiny
        arch = any
        license = MIT
        depends = python
        depends = openssl
        source = 
acme-tiny-5.0.3.tar.gz::https://github.com/diafygi/acme-tiny/archive/5.0.3.tar.gz
-       sha256sums = 
003e80b1bd982c69372ac1df7890ce90093eed2dfa877b45edeb890457a29d6f
+       sha256sums = 
c036e6e62037f5736c5c6810b6e3fd951f33dc4cda41cc169d7800d06e6ba3d0
 
 pkgname = acme-tiny


=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
 # Contributor: Tom Hacohen <[email protected]>
 pkgname=acme-tiny
 pkgver=5.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A tiny script to issue and renew TLS certs from Let's Encrypt"
 url="https://github.com/diafygi/acme-tiny";
 depends=('python' 'openssl')
 license=('MIT')
 arch=('any')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/diafygi/acme-tiny/archive/${pkgver}.tar.gz)
-sha256sums=('003e80b1bd982c69372ac1df7890ce90093eed2dfa877b45edeb890457a29d6f')
+sha256sums=('c036e6e62037f5736c5c6810b6e3fd951f33dc4cda41cc169d7800d06e6ba3d0')
 
 package() {
     cd "$srcdir"/acme-tiny-${pkgver}
@@ -17,4 +17,3 @@ package() {
     install -Dm 755 acme_tiny.py "$pkgdir/usr/bin/acme-tiny"
     install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acme-tiny/-/commit/59df4212775bcb4abbd59017cbf1b80f6731970c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acme-tiny/-/commit/59df4212775bcb4abbd59017cbf1b80f6731970c
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to