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

Felix Yan felixonmars at archlinux.org
Fri Jul 19 06:43:39 UTC 2019


    Date: Friday, July 19, 2019 @ 06:43:39
  Author: felixonmars
Revision: 358136

upgpkg: libbytesize 2.1-1

Modified:
  libbytesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-19 06:43:37 UTC (rev 358135)
+++ PKGBUILD	2019-07-19 06:43:39 UTC (rev 358136)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=libbytesize
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 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' 'pcre')
+depends=('mpfr' 'pcre2' 'python')
 makedepends=('python')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz")
-sha512sums=('5adc7f529bebab2a568b623f876c9b65e58cd1f19dcfb2cc0c068b03a4e0cbe6a527c9cef3417e442b5eb8c00c963f325090356474c69083793a55edb54a7001')
+sha512sums=('97070c38da797e65618ee788ba498da85ecd2df7b244fae8d170cefddd456567840a056e23e0dab335450f958735dc0d9e6663f7ced8b78c35d2bf30a8f5f18f')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver



More information about the arch-commits mailing list