summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Stahlberg2021-02-06 14:21:51 +0100
committerMaximilian Stahlberg2021-02-06 14:21:51 +0100
commitce3a498255cae8bd382e9650d90f92e39391c9ad (patch)
treedbfa7ecbaa9352cb55a577755d9302a41520eb25
parent3586c2d2266f7e3dab1f2b045be898aa389be5f4 (diff)
downloadaur-ce3a498255cae8bd382e9650d90f92e39391c9ad.tar.gz
Add git to makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb3667feb2c..557446ef3ebf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-swiglpk-git
pkgdesc = A Python interface to the GLPK optimization solver. Git version.
pkgver = 4.65.1.r1.gec985c1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/biosustain/swiglpk
arch = any
license = GPL3
+ makedepends = git
makedepends = swig
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 368d6efd6644..50b8f5d6eb39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-swiglpk-git
pkgver=4.65.1.r1.gec985c1
-pkgrel=2
+pkgrel=3
pkgdesc='A Python interface to the GLPK optimization solver. Git version.'
arch=('any')
url='https://github.com/biosustain/swiglpk'
license=('GPL3')
depends=('python' 'glpk')
-makedepends=('swig' 'python-setuptools')
+makedepends=('git' 'swig' 'python-setuptools')
provides=('python-swiglpk')
conflicts=('python-swiglpk')
source=("swiglpk::git+https://github.com/biosustain/swiglpk.git")