[arch-commits] Commit in plfit/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:37:58 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:37:58
  Author: arojas
Revision: 1284788

archrelease: copy trunk to community-x86_64

Added:
  plfit/repos/community-x86_64/PKGBUILD
    (from rev 1284787, plfit/trunk/PKGBUILD)
Deleted:
  plfit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 13:37:48 UTC (rev 1284787)
+++ PKGBUILD	2022-08-27 13:37:58 UTC (rev 1284788)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plfit
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Fitting power-law distributions to empirical data'
-arch=(x86_64)
-url='https://github.com/ntamas/plfit'
-license=(GPL2)
-depends=(glibc)
-makedepends=(cmake)
-source=(https://github.com/ntamas/plfit/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1c5c064ab9d08b5ae9ed82e4a036e3d63bf5838a634356212c9fb172f994f2f9')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: plfit/repos/community-x86_64/PKGBUILD (from rev 1284787, plfit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 13:37:58 UTC (rev 1284788)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plfit
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Fitting power-law distributions to empirical data'
+arch=(x86_64)
+url='https://github.com/ntamas/plfit'
+license=(GPL2)
+depends=(glibc)
+makedepends=(cmake)
+source=(https://github.com/ntamas/plfit/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('308fa174235f44dd4b32fefd5dce06bae20dfb96046d413c27faea7b1e9427d6')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list