summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilip Matzner2019-04-15 22:19:42 +0200
committerFilip Matzner2019-04-15 22:19:42 +0200
commitde1a843c37d64378dc246fbc9001a50252a7a0dc (patch)
tree83b044329ee709edfa2affabbffa5fe84ba37ccf /PKGBUILD
parent46aa8786170acbde03f6de9eae29808c2bf40197 (diff)
downloadaur-de1a843c37d64378dc246fbc9001a50252a7a0dc.tar.gz
Do not depend on git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06473b289749..7fc7c29de392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://github.com/iterait/hipipe'
license=('custom')
depends=('boost' 'opencv' 'python' 'python-numpy' 'range-v3')
-makedepends=('cmake' 'git')
+makedepends=('cmake')
source=("https://github.com/iterait/hipipe/archive/v${pkgver}.tar.gz")
sha512sums=('97758f39e0973d6c8c402d6980c253059652e0e2bd4b509852f8f7d2ca7ec8cbf80c07b0ae9ba759ffbba160bbe206fd05a494b8354bda1718132dcac6aecf66')