Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / rebuild-detector
Commits: 2f0e55ef by Robin Candau at 2024-12-12T23:19:35+01:00 upgpkg: 4.4.5-1: New upstream release https://github.com/maximbaz/rebuild-detector/releases/tag/4.4.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = rebuild-detector pkgdesc = Detects which packages need to be rebuilt - pkgver = 4.4.4 + pkgver = 4.4.5 pkgrel = 1 url = https://github.com/maximbaz/rebuild-detector arch = any @@ -10,10 +10,10 @@ pkgbase = rebuild-detector depends = parallel depends = pacutils depends = pacman-contrib - source = rebuild-detector-4.4.4.tar.gz::https://github.com/maximbaz/rebuild-detector/archive/refs/tags/4.4.4.tar.gz - source = https://github.com/maximbaz/rebuild-detector/releases/download/4.4.4/rebuild-detector-4.4.4.tar.gz.sig + source = rebuild-detector-4.4.5.tar.gz::https://github.com/maximbaz/rebuild-detector/archive/refs/tags/4.4.5.tar.gz + source = https://github.com/maximbaz/rebuild-detector/releases/download/4.4.5/rebuild-detector-4.4.5.tar.gz.sig validpgpkeys = 56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601 - b2sums = f10b56a5b0a42855cc05cbdd7af90200c677dd45a99ad14da13ac0485f3b6d7b401634554974545ceae9cdebb28482895715364840300c13fa30d39e5a6016d8 + b2sums = 3d2aa1115b9cc69d4651ac8fe1354099388353dfe448084a05a44e5e6e682aa4b2c52cd14cfe03120a37144e51397444cdcf477f9b0b5516af2746307659f0cd b2sums = SKIP pkgname = rebuild-detector ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Maxim Baz <archlinux at maximbaz dot com> pkgname=rebuild-detector -pkgver=4.4.4 +pkgver=4.4.5 pkgrel=1 pkgdesc="Detects which packages need to be rebuilt" url="https://github.com/maximbaz/rebuild-detector" @@ -12,7 +12,7 @@ depends=('binutils' 'parallel' 'pacutils' 'pacman-contrib') makedepends=('marked-man') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz" "${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig") -b2sums=('f10b56a5b0a42855cc05cbdd7af90200c677dd45a99ad14da13ac0485f3b6d7b401634554974545ceae9cdebb28482895715364840300c13fa30d39e5a6016d8' +b2sums=('3d2aa1115b9cc69d4651ac8fe1354099388353dfe448084a05a44e5e6e682aa4b2c52cd14cfe03120a37144e51397444cdcf477f9b0b5516af2746307659f0cd' 'SKIP') validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rebuild-detector/-/commit/2f0e55ef4362c00b540be9f062f6f19762bb9209 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rebuild-detector/-/commit/2f0e55ef4362c00b540be9f062f6f19762bb9209 You're receiving this email because of your account on gitlab.archlinux.org.
