summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d711bc41057..de76abb2c89b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,9 @@ pkgbase = discorde-git
url = https://github.com/andremaravilha/discorde-tsp
arch = x86_64
license = MIT
+ makedepends = git
depends = concorde
source = git+https://github.com/andremaravilha/discorde-tsp.git
sha256sums = SKIP
pkgname = discorde-git
-
diff --git a/PKGBUILD b/PKGBUILD
index da91c2f50c16..305809d72d41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Mantainer: Alberto Santini <alberto dot santini at upf dot edu>
+# Contributor: Alberto Santini <alberto dot santini at upf dot edu>
pkgname='discorde-git'
pkgdesc='C and C++ wrapper around Concorde API'
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://github.com/andremaravilha/discorde-tsp'
license=('MIT')
depends=('concorde')
-
+makedepends=('git')
source=('git+https://github.com/andremaravilha/discorde-tsp.git')
sha256sums=('SKIP')