Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / plfit
Commits: 7d2646fd by Antonio Rojas at 2025-01-03T23:58:10+01:00 upgpkg: 1.0.1-1: Update to 1.0.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = plfit pkgdesc = Fitting power-law distributions to empirical data - pkgver = 1.0.0 + pkgver = 1.0.1 pkgrel = 1 url = https://github.com/ntamas/plfit arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = plfit makedepends = cmake makedepends = git depends = glibc - source = git+https://github.com/ntamas/plfit#tag=1.0.0 - sha256sums = b30de477ca604764dca7d8f38faba798ee64bf1a225eed1110133cae3ea66ca2 + source = git+https://github.com/ntamas/plfit#tag=1.0.1 + sha256sums = 5aeed27b6adf131efe84f811ffc6aff3185919692231242d9cc3a3ea961b026b pkgname = plfit ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <aro...@archlinux.org> pkgname=plfit -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc='Fitting power-law distributions to empirical data' arch=(x86_64) @@ -11,7 +11,7 @@ depends=(glibc) makedepends=(cmake git) source=(git+https://github.com/ntamas/plfit#tag=$pkgver) -sha256sums=('b30de477ca604764dca7d8f38faba798ee64bf1a225eed1110133cae3ea66ca2') +sha256sums=('5aeed27b6adf131efe84f811ffc6aff3185919692231242d9cc3a3ea961b026b') build() { cmake -B build -S $pkgname \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/plfit/-/commit/7d2646fd4728775b064d2fe4b2498b88fff1178c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/plfit/-/commit/7d2646fd4728775b064d2fe4b2498b88fff1178c You're receiving this email because of your account on gitlab.archlinux.org.