Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / btrfs-heatmap
Commits: 2b73a855 by Antonio Rojas at 2024-09-07T15:35:19+02:00 upgpkg: 9-3: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = btrfs-heatmap + pkgdesc = creates a visualization of how a btrfs filesystem is using the underlying disk space + pkgver = 9 + pkgrel = 3 + url = https://github.com/knorrie/btrfs-heatmap + arch = any + license = GPL3 + makedepends = git + depends = python-btrfs + provides = python-btrfs-heatmap + conflicts = python-btrfs-heatmap + replaces = python-btrfs-heatmap + source = btrfs-heatmap::git+https://github.com/knorrie/btrfs-heatmap.git#tag=v9 + sha256sums = e9dc00e62ce628745c892c14eb7869d45ffbe7d598c98ebf88df29ceafe3a965 + +pkgname = btrfs-heatmap ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=btrfs-heatmap pkgver=9 -pkgrel=2 +pkgrel=3 pkgdesc="creates a visualization of how a btrfs filesystem is using the underlying disk space " arch=('any') url="https://github.com/knorrie/btrfs-heatmap" @@ -14,7 +14,7 @@ source=("$pkgname"::"git+https://github.com/knorrie/btrfs-heatmap.git#tag=v${pkg replaces=('python-btrfs-heatmap') conflicts=('python-btrfs-heatmap') provides=('python-btrfs-heatmap') -md5sums=('SKIP') +sha256sums=('e9dc00e62ce628745c892c14eb7869d45ffbe7d598c98ebf88df29ceafe3a965') package() { cd "$srcdir/${pkgname}/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-heatmap/-/commit/2b73a8552f0ef539c4151e7f05aec830a42f30ac -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-heatmap/-/commit/2b73a8552f0ef539c4151e7f05aec830a42f30ac You're receiving this email because of your account on gitlab.archlinux.org.
