summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2020-07-14 14:30:46 -0400
committerAdam Goldsmith2020-07-14 14:30:46 -0400
commitc65983d500c94f9f3a8ccaa4b25201a5c5a187ce (patch)
tree11fbd9c5f5fb90b867fb319de2804f5c904d287f /PKGBUILD
parent24d18d73262f6da517a03ee5800bd634c67b653d (diff)
downloadaur-cura-plugin-orientation-git.tar.gz
Add cmake to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4c24bd22b8a..a500f6d96b89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=cura-plugin-orientation-git
_pkgname=cura-plugin-orientation
-pkgver=r112.05c6a03
+pkgver=r143.bef126d
pkgrel=1
pkgdesc="A Cura plugin that allows you to quickly calculate and apply the best printable orientation."
arch=('any')
license=('GPL3')
url="https://github.com/nallath/CuraOrientationPlugin"
depends=('python' 'cura' 'python-zeroconf' 'python-numpy')
-makedepends=('git')
+makedepends=('git' 'cmake')
source=("$_pkgname::git+https://github.com/nallath/CuraOrientationPlugin.git")
md5sums=('SKIP')