[arch-commits] Commit in libbytesize/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jan 17 18:02:36 UTC 2021


    Date: Sunday, January 17, 2021 @ 18:02:35
  Author: felixonmars
Revision: 406332

archrelease: copy trunk to extra-x86_64

Added:
  libbytesize/repos/extra-x86_64/PKGBUILD
    (from rev 406331, libbytesize/trunk/PKGBUILD)
Deleted:
  libbytesize/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 18:02:25 UTC (rev 406331)
+++ PKGBUILD	2021-01-17 18:02:35 UTC (rev 406332)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libbytesize
-pkgver=2.4
-pkgrel=3
-pkgdesc='A tiny library providing a C "class" for working with arbitrary big sizes in bytes'
-arch=('x86_64')
-url="https://github.com/rhinstaller/libbytesize"
-license=('LGPL')
-depends=('mpfr' 'pcre2' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz")
-sha512sums=('5192e3bad346758b4f66ae2c40170a2be792c78287f9784ec4a7c4419f1754098ef6fa463d568cb5e028a60945f85cbee8ef80af590a1d36c7cbe82a6f20fbab')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libbytesize/repos/extra-x86_64/PKGBUILD (from rev 406331, libbytesize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-17 18:02:35 UTC (rev 406332)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libbytesize
+pkgver=2.4
+pkgrel=4
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big sizes in bytes'
+arch=('x86_64')
+url="https://github.com/rhinstaller/libbytesize"
+license=('LGPL')
+depends=('mpfr' 'pcre2')
+makedepends=('python')
+optdepends=('python: for bscalc command')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz")
+sha512sums=('5192e3bad346758b4f66ae2c40170a2be792c78287f9784ec4a7c4419f1754098ef6fa463d568cb5e028a60945f85cbee8ef80af590a1d36c7cbe82a6f20fbab')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list