summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKusoneko2022-09-21 04:07:22 -0400
committerKusoneko2022-09-21 04:07:22 -0400
commit8d2b80b97bdb8ea577ab6d20f85c782f62ba62cf (patch)
tree4f7066b3838c5b57a5e77b50978dc213fda87c22
parent6e45385e78f27cdfdb0dda936ef95f8f50314bfd (diff)
downloadaur-8d2b80b97bdb8ea577ab6d20f85c782f62ba62cf.tar.gz
Remove git from makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcd9a79ffa03..99b5d27d8886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = catgirl-git
url = https://git.causal.agency/catgirl
arch = x86_64
license = GPL3
- makedepends = git
depends = libretls
depends = ncurses
provides = catgirl
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")