[arch-commits] Commit in libbytesize/trunk (PKGBUILD)

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


    Date: Sunday, January 17, 2021 @ 18:02:25
  Author: felixonmars
Revision: 406331

upgpkg: libbytesize 2.4-4: make python optional (FS#69266)

Modified:
  libbytesize/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 17:54:58 UTC (rev 406330)
+++ PKGBUILD	2021-01-17 18:02:25 UTC (rev 406331)
@@ -2,12 +2,14 @@
 
 pkgname=libbytesize
 pkgver=2.4
-pkgrel=3
+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' 'python')
+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')
 



More information about the arch-commits mailing list