summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRagnar Laud2023-11-18 02:41:00 +0200
committerRagnar Laud2023-11-18 02:41:00 +0200
commit88e72ca2cb9583e1be106afe4a972759f75685df (patch)
tree8829296a8df22abf5bb9476e8d412208864553df
parente781c3e22b688cdf90cdb8f452bc120246887cbe (diff)
downloadaur-88e72ca2cb9583e1be106afe4a972759f75685df.tar.gz
Add git to makedepends
-rwxr-xr-xPKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a69aafacb75b..9d4684fc9141 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=(x86_64)
url="https://github.com/xprnio/$_pkgname"
license=(MIT)
depends=(go make)
+makedepends=(git)
provides=($_pkgname)
conflicts=($_pkgname)