summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 891ede57fc1a..ebc175e1caa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-pynmea2
arch = any
license = MIT
checkdepends = python-pytest
+ makedepends = git
makedepends = python-setuptools
source = pynmea2::git+https://github.com/Knio/pynmea2.git#commit=5d3d2013bff9c5bce2e14132d21fff865b1e58fd
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c744f1d63d18..ac582b0fca19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="${_github_url}"
license=(MIT)
depends=()
-makedepends=('python-setuptools')
+makedepends=(git python-setuptools)
checkdepends=('python-pytest')
options=()
#source=(${_py_pkgname}::git+${_github_url}.git#tag=$pkgver)