summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgileri2023-11-05 21:07:08 +0100
committergileri2023-11-05 21:07:45 +0100
commit579043212aad5e9869e1ed6d826a9893edca6513 (patch)
treef2f8cdfbd8590f9faab0353792090f93985cf0e7 /PKGBUILD
parentf703f95527a66950cb168b29a7788b8067054a3f (diff)
downloadaur-python-pynmea2.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)