summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-07-14 14:30:46 -0400
committerAdam Goldsmith2020-07-14 14:30:46 -0400
commitc65983d500c94f9f3a8ccaa4b25201a5c5a187ce (patch)
tree11fbd9c5f5fb90b867fb319de2804f5c904d287f
parent24d18d73262f6da517a03ee5800bd634c67b653d (diff)
downloadaur-c65983d500c94f9f3a8ccaa4b25201a5c5a187ce.tar.gz
Add cmake to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1522ec6c86f..373e7f8ff92e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Jan 24 19:20:14 UTC 2017
pkgbase = cura-plugin-orientation-git
pkgdesc = A Cura plugin that allows you to quickly calculate and apply the best printable orientation.
- pkgver = r112.05c6a03
+ pkgver = r143.bef126d
pkgrel = 1
url = https://github.com/nallath/CuraOrientationPlugin
arch = any
license = GPL3
makedepends = git
+ makedepends = cmake
depends = python
depends = cura
depends = python-zeroconf
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')