Date: Sunday, December 20, 2020 @ 21:09:01
  Author: jelle
Revision: 780711

archrelease: copy trunk to community-any

Added:
  python-xtarfile/repos/community-any/PKGBUILD
    (from rev 780710, python-xtarfile/trunk/PKGBUILD)
Deleted:
  python-xtarfile/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-20 21:08:55 UTC (rev 780710)
+++ PKGBUILD    2020-12-20 21:09:01 UTC (rev 780711)
@@ -1,28 +0,0 @@
-# Maintainer: Robin Broda <coderobe at archlinux dot org>
-
-pkgname=python-xtarfile
-pkgver=0.0.4
-pkgrel=2
-pkgdesc='Wrapper around tarfile to add support for more compression formats'
-arch=('any')
-url=https://github.com/ascoderu/xtarfile
-license=('Apache')
-depends=('python-zstandard')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/x/xtarfile/xtarfile-$pkgver.tar.gz";)
-sha256sums=('abaf87e34f23b9da85368defe4701fda043d1816f396ec330d27c5d77ad9a710')
-
-build() {
-  cd xtarfile-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd xtarfile-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd xtarfile-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-xtarfile/repos/community-any/PKGBUILD (from rev 780710, 
python-xtarfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-12-20 21:09:01 UTC (rev 780711)
@@ -0,0 +1,28 @@
+# Maintainer: Robin Broda <coderobe at archlinux dot org>
+
+pkgname=python-xtarfile
+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' 'python-lz4')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/x/xtarfile/xtarfile-$pkgver.tar.gz";)
+sha256sums=('604c52efa2736944d724184cd0d669909b78400240a09f4a98a17fb9712420da')
+
+build() {
+  cd xtarfile-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xtarfile-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd xtarfile-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to