summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth2019-10-04 18:46:20 +0100
committerFrank Seifferth2019-10-04 18:46:20 +0100
commita9b7a3fc1a11848fb4d64e71c8c9aec564297558 (patch)
tree898968ad9f9a279a0d5c9268816569e8e71522a3
parent9518b70e00b13310bf8f9f3251f5584e6f7a13c2 (diff)
downloadaur-a9b7a3fc1a11848fb4d64e71c8c9aec564297558.tar.gz
Remove git as builddep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d04e4ca9214..f83aec98c24f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = editorconfig-core-lua
url = https://github.com/editorconfig/editorconfig-core-lua
arch = any
license = custom:BSD
- makedepends = git
makedepends = cmake
depends = lua
depends = editorconfig-core-c
diff --git a/PKGBUILD b/PKGBUILD
index 6608c0ed8e6f..83bd890d9efb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/editorconfig/editorconfig-core-lua"
license=('custom:BSD')
depends=('lua' 'editorconfig-core-c')
-makedepends=('git' 'cmake')
+makedepends=('cmake')
source=("https://github.com/editorconfig/editorconfig-core-lua/archive/v$pkgver.tar.gz")
md5sums=('b4f5d8c7e83f200e15f4de2b65845023')