summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-05-02 14:14:37 -0400
committerAdam Goldsmith2018-05-02 14:14:37 -0400
commit1ff4cdbd133b18a1763a3a88632009a6999789cd (patch)
tree962b119a0d17877480dac34363d21d9080852bd5
parent57163bdfd9c585fe783ce4548813ca376590b5c4 (diff)
downloadaur-1ff4cdbd133b18a1763a3a88632009a6999789cd.tar.gz
Add cmake makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cbdf1d82530..d0e4068bb54f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = cura-plugin-octoprint-git
pkgdesc = Cura plugin which enables printing directly to OctoPrint and monitoring the progress
- pkgver = r147.16e5909
+ pkgver = r214.2674257
pkgrel = 1
url = https://github.com/fieldofview/OctoPrintPlugin
arch = any
license = GPL3
makedepends = git
+ makedepends = cmake
depends = python
depends = cura
depends = python-zeroconf
diff --git a/PKGBUILD b/PKGBUILD
index 6a92eebda7ff..a96453c89ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=cura-plugin-octoprint-git
_pkgname=cura-plugin-octoprint
-pkgver=r147.16e5909
+pkgver=r214.2674257
pkgrel=1
pkgdesc="Cura plugin which enables printing directly to OctoPrint and monitoring the progress"
arch=('any')
license=('GPL3')
url="https://github.com/fieldofview/OctoPrintPlugin"
depends=('python' 'cura' 'python-zeroconf')
-makedepends=('git')
+makedepends=('git' 'cmake')
source=("$_pkgname::git+https://github.com/fieldofview/OctoPrintPlugin.git")
md5sums=('SKIP')