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) <[email protected]>
 
 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"
 }

Reply via email to