summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2021-03-11 14:50:52 -0500
committerAdam Goldsmith2021-03-11 14:50:52 -0500
commit073913f94fed5779dcbb6c472d504900d59fcf47 (patch)
treea4d8548a5b745aea3ce80249494ddbae52ace346 /PKGBUILD
parent5a7a9b19ec79c7af86b9f76d7785ffe95a0879e0 (diff)
downloadaur-073913f94fed5779dcbb6c472d504900d59fcf47.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0fa612bfd34..7af9d9e61572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=opencamlib-git
-pkgver=2019.07.4.g983a416
+pkgver=2019.07.17.g653ef7f
pkgrel=1
pkgdesc="Multi-Purpose CNC Toolpath Library"
arch=('i686' 'x86_64')
url="https://github.com/aewallin/opencamlib"
license=('LGPL')
-makedepends=('boost' 'cmake' 'doxygen')
+makedepends=('boost' 'cmake' 'doxygen' 'git')
depends=('python' 'boost')
provides=('opencamlib')
conflicts=('opencamlib')