summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:46:13 +0100
committerWill Handley2022-07-01 15:46:13 +0100
commitfc78283d14105aee85f42e8f8a66748e82e2777e (patch)
tree557725a134c39be8ae2fafe1e11063909eee1469 /PKGBUILD
parenta0b2f1ad08fb28af25cc951e9e6044f5c2503bf3 (diff)
downloadaur-python-hopcroftkarp-git.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcc418ebf6d0..30dff171dea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_pkgname=hopcroftkarp
pkgname=python-$_pkgname-git
-pkgver=r43.4ecacde
-pkgrel=3
+pkgver=r45.2846e1d
+pkgrel=1
pkgdesc="a module to find a maximum matching in bipartite graphs"
arch=('any')
url="https://github.com/sofiatolaosebikan/hopcroftkarp"
license=()
groups=()
-depends=('python')
-makedepends=('git' 'python-setuptools')
+depends=(python)
+makedepends=(git python-setuptools)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()