Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / subversion
Commits: 4d2f5699 by Levi Zim at 2024-11-10T18:11:45+08:00 Use archive url for better reproducibility Only the latest version is available in https://downloads.apache.org/subversion/ It causes the package FTBFS when upstream publishes a new version. This MR solves it by using https://archive.apache.org/dist/subversion/ which keeps all historic versions. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -25,7 +25,7 @@ checkdepends=('ruby-test-unit') provides=('svn') backup=('etc/conf.d/svnserve') options=('!makeflags' '!emptydirs') -source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc} +source=(https://archive.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc} svnserve.conf svnserve.tmpfiles svnserve.service View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/subversion/-/commit/4d2f56990cfd05c59ac63040cec115d86c924f4a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/subversion/-/commit/4d2f56990cfd05c59ac63040cec115d86c924f4a You're receiving this email because of your account on gitlab.archlinux.org.