summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKusoneko2022-09-21 04:07:22 -0400
committerKusoneko2022-09-21 04:07:22 -0400
commit8d2b80b97bdb8ea577ab6d20f85c782f62ba62cf (patch)
tree4f7066b3838c5b57a5e77b50978dc213fda87c22 /PKGBUILD
parent6e45385e78f27cdfdb0dda936ef95f8f50314bfd (diff)
downloadaur-8d2b80b97bdb8ea577ab6d20f85c782f62ba62cf.tar.gz
Remove git from makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0dccf9bb01d..8a62391f6052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ arch=('x86_64')
url="https://git.causal.agency/catgirl"
license=('GPL3')
depends=('libretls' 'ncurses')
-makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://git.causal.agency/${pkgname%-git}.git")