summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortralph32024-03-31 17:02:48 -0300
committertralph32024-03-31 17:02:48 -0300
commit71952e3708a459c2c1f6989f0888dd2dd4d64062 (patch)
treea7d281bc2600abbd9152d80d3c159e9983ba4097
parented3e0968529603e683bfa3bdfd2907621a4c0a9a (diff)
downloadaur-71952e3708a459c2c1f6989f0888dd2dd4d64062.tar.gz
Remove git from make dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832b6bb724ff..8c1b08477e20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = wollok-cli
pkgrel = 1
url = https://github.com/uqbar-project/wollok-cli
arch = any
- makedepends = git
depends = jdk-openjdk
source = https://github.com/uqbar-project/wollok-cli/archive/refs/tags/v3.2.0.tar.gz
source = wollok
diff --git a/PKGBUILD b/PKGBUILD
index 6262d39a7e6e..bfd291345b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ pkgdesc="Wollok Command Line Interface project "
arch=(any)
url="https://github.com/uqbar-project/wollok-cli"
depends=('jdk-openjdk')
-makedepends=(git)
source=(
"https://github.com/uqbar-project/wollok-cli/archive/refs/tags/v${pkgver}.tar.gz"
"wollok"