kpcyrd pushed to branch main at Arch Linux / Packaging / Packages /
acme-redirect
Commits:
745480c6 by kpcyrd at 2026-05-17T20:30:23+02:00
upgpkg: 0.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,23 +1,24 @@
pkgbase = acme-redirect
pkgdesc = Tiny http daemon that answers acme challenges and redirects
everything else to https
- pkgver = 0.7.1
- pkgrel = 2
+ pkgver = 0.8.1
+ pkgrel = 1
url = https://github.com/kpcyrd/acme-redirect
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
makedepends = scdoc
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libgcc_s.so
depends = openssl
depends = libssl.so
backup = etc/acme-redirect.conf
- source =
https://github.com/kpcyrd/acme-redirect/archive/v0.7.1/acme-redirect-0.7.1.tar.gz
- source =
https://github.com/kpcyrd/acme-redirect/releases/download/v0.7.1/acme-redirect-0.7.1.tar.gz.asc
+ source =
https://github.com/kpcyrd/acme-redirect/archive/v0.8.1/acme-redirect-0.8.1.tar.gz
+ source =
https://github.com/kpcyrd/acme-redirect/releases/download/v0.8.1/acme-redirect-0.8.1.tar.gz.asc
validpgpkeys = 64B13F7117D6E07D661BBCE0FE763A64F5E54FD6
- sha256sums =
d473bf773d1fd5b454212203c4c90ddc81742f21063c82b8a9afdc24339c4a79
+ sha256sums =
42a655393238bbb257c26e7306f58f9cb8404c618061913236630495dd30f42f
sha256sums = SKIP
- b2sums =
7854bf00763932a30a689c185aafac5a607556abed6963df66921a772569432590917de990a0ac1693892a0fc3d9eb7ad2d98d59e34d28d28311251399ad9946
+ b2sums =
245d96f57bf7be112cb330337c63ea62c47dc55b9205eba31b2eba2fd98f3233763de8858ddc01793e6136be6080e43a1d6f8c6a31d4385dcd5416cf20fd14e5
b2sums = SKIP
pkgname = acme-redirect
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,15 @@
# Contributor: Caleb Maclennan <[email protected]>
pkgname=acme-redirect
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc='Tiny http daemon that answers acme challenges and redirects
everything else to https'
url='https://github.com/kpcyrd/acme-redirect'
arch=('x86_64')
license=('GPL-3.0-or-later')
depends=(
'glibc'
- 'libgcc'
- 'libstdc++'
+ 'libgcc' 'libgcc_s.so'
'openssl' 'libssl.so'
)
makedepends=(
@@ -21,16 +20,16 @@ makedepends=(
backup=('etc/acme-redirect.conf')
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha256sums=('d473bf773d1fd5b454212203c4c90ddc81742f21063c82b8a9afdc24339c4a79'
+sha256sums=('42a655393238bbb257c26e7306f58f9cb8404c618061913236630495dd30f42f'
'SKIP')
-b2sums=('7854bf00763932a30a689c185aafac5a607556abed6963df66921a772569432590917de990a0ac1693892a0fc3d9eb7ad2d98d59e34d28d28311251399ad9946'
+b2sums=('245d96f57bf7be112cb330337c63ea62c47dc55b9205eba31b2eba2fd98f3233763de8858ddc01793e6136be6080e43a1d6f8c6a31d4385dcd5416cf20fd14e5'
'SKIP')
validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
prepare() {
cd "${pkgname}-${pkgver}"
- cargo fetch --locked --target "$(rustc --print host-tuple)"
+ cargo fetch --locked --target host-tuple
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/acme-redirect/-/commit/745480c668d87160cf0ae555c184215532b5daec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/acme-redirect/-/commit/745480c668d87160cf0ae555c184215532b5daec
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