[arch-commits] Commit in python-toposort/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Dec 18 11:59:44 UTC 2020
Date: Friday, December 18, 2020 @ 11:59:44
Author: felixonmars
Revision: 778537
upgpkg: python-toposort 1.6-1
Modified:
python-toposort/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-18 11:59:38 UTC (rev 778536)
+++ PKGBUILD 2020-12-18 11:59:44 UTC (rev 778537)
@@ -1,17 +1,17 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-toposort
-pkgver=1.5
-pkgrel=5
+pkgver=1.6
+pkgrel=1
pkgdesc='Implements a topological sort algorithm'
arch=('any')
license=('Apache')
-url='https://bitbucket.org/ericvsmith/toposort'
+url='https://gitlab.com/ericvsmith/toposort'
depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("https://pypi.io/packages/source/t/toposort/toposort-$pkgver.tar.gz")
-sha512sums=('d63548c6a03d2141e37741e62065b91033d40cfd454e40acbb9f47e3d1bfeed4434ca31ed55f27a19f52684eafa35b01e519b58dad1e22cce39be082c632712e')
+sha512sums=('8dc30b5d5a6f476756520236bc93840243690779783ec8f0b5ef0f72c64d774177b25d10d2e024cda968f81352abbc4f89f3069760fc3a86bd5ee387e7951928')
build() {
cd toposort-$pkgver
More information about the arch-commits
mailing list