Date: Wednesday, January 15, 2020 @ 14:33:59
  Author: heftig
Revision: 373515

2.8.0-1

Modified:
  python-anytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-15 14:14:56 UTC (rev 373514)
+++ PKGBUILD    2020-01-15 14:33:59 UTC (rev 373515)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=python-anytree
-pkgver=2.7.3
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Powerful and Lightweight Python Tree Data Structure"
 url="https://anytree.readthedocs.io/";
@@ -9,7 +9,7 @@
 license=(Apache)
 depends=(python-six)
 makedepends=(python-setuptools git)
-_commit=b7ec01755fd6bd45f510ef620405276380b947ac  # tags/2.7.3
+_commit=75c0198636f8997967ba00df5077cd21350f68ce  # tags/2.8.0
 source=("$pkgname::git+https://github.com/c0fec0de/anytree#commit=$_commit";)
 sha256sums=('SKIP')
 

Reply via email to