summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSM9()2023-09-23 22:19:55 +0100
committerSM9()2023-09-23 22:19:55 +0100
commit877d01d70911c0080fc71b19c17f7653ece51723 (patch)
treeb3e6de9709267b68d73caa82ddbb9517329a4fc2
parent7d1ba611c614c40ff662140623747cb54eba1ba7 (diff)
downloadaur-877d01d70911c0080fc71b19c17f7653ece51723.tar.gz
'git' is no longer required
Signed-off-by: Michael Bolden Jnr / SM9(); <me@sm9.dev>
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3eea2045b5b..d1e86693d1e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = glaze
url = https://github.com/stephenberry/glaze
arch = any
license = MIT
- makedepends = git
makedepends = cmake
makedepends = ninja
optdepends = clang: for building with clang
diff --git a/PKGBUILD b/PKGBUILD
index 2c9a730add38..1956756a6ffe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="An Extremely fast, In-Memory JSON and Interface Library for Modern C++"
arch=('any')
url="https://github.com/stephenberry/glaze"
license=('MIT')
-makedepends=('git' 'cmake' 'ninja')
+makedepends=('cmake' 'ninja')
optdepends=('clang: for building with clang' 'gcc: for building with gcc')
provides=("${pkgname}")
conflicts=("${pkgname}")