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

Jan Steffens heftig at archlinux.org
Mon Dec 9 06:07:06 UTC 2019


    Date: Monday, December 9, 2019 @ 06:07:06
  Author: heftig
Revision: 370545

2.7.3-1

Modified:
  python-anytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-08 23:34:18 UTC (rev 370544)
+++ PKGBUILD	2019-12-09 06:07:06 UTC (rev 370545)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=python-anytree
-pkgver=2.7.2
-pkgrel=3
+pkgver=2.7.3
+pkgrel=1
 pkgdesc="Powerful and Lightweight Python Tree Data Structure"
 url="https://anytree.readthedocs.io/"
 arch=(any)
@@ -9,7 +9,7 @@
 license=(Apache)
 depends=(python-six)
 makedepends=(python-setuptools git)
-_commit=0c0cfa1949f92c193d2fd660efc3a17a0272d553  # tags/2.7.2
+_commit=b7ec01755fd6bd45f510ef620405276380b947ac  # tags/2.7.3
 source=("$pkgname::git+https://github.com/c0fec0de/anytree#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,4 +26,5 @@
 package() {
   cd $pkgname
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  rm "$pkgdir/usr/LICENSE"
 }



More information about the arch-commits mailing list