summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Eriksson2020-05-10 14:03:57 +0200
committerSimon Eriksson2020-05-10 14:03:57 +0200
commit9fb24aeadd466c5bdc815a25bdbb787eb8fba4f1 (patch)
tree8cb7e57a7971459e46e6b73ec1b135a44c82c8fc /PKGBUILD
parent37929f6920f804fb5e7b1c3fec656e74897a45d8 (diff)
downloadaur-armips.tar.gz
Remove git make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58600104b30e..3be47b0f5bd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='An assembler for various ARM and MIPS platforms'
arch=('x86_64')
url='https://github.com/Kingcom/armips'
license=('MIT')
-makedepends=('git' 'cmake')
+makedepends=('cmake')
depends=('gcc-libs')
source=("https://github.com/Kingcom/armips/archive/v${pkgver}.tar.gz")
sha256sums=('c94e29dfda3bdf853590d825562b9c73a3d8e8e995555e021c6b2a6451572681')