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

Jelle van der Waa jelle at archlinux.org
Sun Dec 20 21:08:56 UTC 2020


    Date: Sunday, December 20, 2020 @ 21:08:55
  Author: jelle
Revision: 780710

upgpkg: python-xtarfile 0.1.0-1

Modified:
  python-xtarfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-20 20:45:10 UTC (rev 780709)
+++ PKGBUILD	2020-12-20 21:08:55 UTC (rev 780710)
@@ -1,16 +1,16 @@
 # Maintainer: Robin Broda <coderobe at archlinux dot org>
 
 pkgname=python-xtarfile
-pkgver=0.0.4
-pkgrel=2
+pkgver=0.1.0
+pkgrel=1
 pkgdesc='Wrapper around tarfile to add support for more compression formats'
 arch=('any')
 url=https://github.com/ascoderu/xtarfile
 license=('Apache')
-depends=('python-zstandard')
+depends=('python-zstandard' 'python-lz4')
 makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/x/xtarfile/xtarfile-$pkgver.tar.gz")
-sha256sums=('abaf87e34f23b9da85368defe4701fda043d1816f396ec330d27c5d77ad9a710')
+sha256sums=('604c52efa2736944d724184cd0d669909b78400240a09f4a98a17fb9712420da')
 
 build() {
   cd xtarfile-$pkgver



More information about the arch-commits mailing list