Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / plfit
Commits:
ca4ba435 by Antonio Rojas at 2024-11-21T17:57:22+01:00
upgpkg: 1.0.0-1: Update to 1.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = plfit
pkgdesc = Fitting power-law distributions to empirical data
- pkgver = 0.9.6
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/ntamas/plfit
arch = x86_64
license = GPL-2.0-only
makedepends = cmake
+ makedepends = git
depends = glibc
- source =
https://github.com/ntamas/plfit/archive/0.9.6/plfit-0.9.6.tar.gz
- sha256sums =
b44e592c1b96abff1255a4d67bee52cfe2a6414f975fb42fc3ffd2547bc8a535
+ source = git+https://github.com/ntamas/plfit#tag=1.0.0
+ sha256sums =
b30de477ca604764dca7d8f38faba798ee64bf1a225eed1110133cae3ea66ca2
pkgname = plfit
=====================================
PKGBUILD
=====================================
@@ -1,19 +1,20 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=plfit
-pkgver=0.9.6
+pkgver=1.0.0
pkgrel=1
pkgdesc='Fitting power-law distributions to empirical data'
arch=(x86_64)
url='https://github.com/ntamas/plfit'
license=(GPL-2.0-only)
depends=(glibc)
-makedepends=(cmake)
-source=(https://github.com/ntamas/plfit/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b44e592c1b96abff1255a4d67bee52cfe2a6414f975fb42fc3ffd2547bc8a535')
+makedepends=(cmake
+ git)
+source=(git+https://github.com/ntamas/plfit#tag=$pkgver)
+sha256sums=('b30de477ca604764dca7d8f38faba798ee64bf1a225eed1110133cae3ea66ca2')
build() {
- cmake -B build -S $pkgname-$pkgver \
+ cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON
cmake --build build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/plfit/-/commit/ca4ba4354a937c62039111042a06fb5296792b68
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/plfit/-/commit/ca4ba4354a937c62039111042a06fb5296792b68
You're receiving this email because of your account on gitlab.archlinux.org.