summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:46:13 +0100
committerWill Handley2022-07-01 15:46:13 +0100
commitfc78283d14105aee85f42e8f8a66748e82e2777e (patch)
tree557725a134c39be8ae2fafe1e11063909eee1469
parenta0b2f1ad08fb28af25cc951e9e6044f5c2503bf3 (diff)
downloadaur-python-hopcroftkarp-git.tar.gz
Updated
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff5c5fd3c03..50cbe27f6999 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-hopcroftkarp-git
pkgdesc = a module to find a maximum matching in bipartite graphs
- pkgver = r43.4ecacde
- pkgrel = 3
+ pkgver = r45.2846e1d
+ pkgrel = 1
url = https://github.com/sofiatolaosebikan/hopcroftkarp
arch = any
makedepends = git
@@ -13,4 +13,3 @@ pkgbase = python-hopcroftkarp-git
md5sums = SKIP
pkgname = python-hopcroftkarp-git
-
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=()