Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / zsync
Commits:
3192c7e5 by Kino at 2026-05-19T19:22:48+08:00
apply riscv autoreconf patches
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -13,6 +13,11 @@ license=("LicenseRef-Artistic")
source=(https://${pkgname}.moria.org.uk/download/${pkgname}-${pkgver}.tar.bz2)
sha512sums=('a7e651f1e4abdf3d65bd53856d9ea015a67eb43fe6a33d0aeb3989a0e943b72c647a4cf509f66d04c2c407fd8f8fd0fbe90b8a386a68f5aefb504b1d82f1adb2')
+prepare() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ autoreconf -fiv
+}
+
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zsync/-/commit/3192c7e5ef3452bc7c11f8a8307e5c1b60314bc0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zsync/-/commit/3192c7e5ef3452bc7c11f8a8307e5c1b60314bc0
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