summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-05-05 20:32:50 -0400
committerAdam Goldsmith2018-05-05 20:32:50 -0400
commit127c24c71960faf8ff0cb2a88d1195eb7ab88f16 (patch)
tree167cf125bfc9032303637ca8f5532cd6e781ed15
parent1ff4cdbd133b18a1763a3a88632009a6999789cd (diff)
downloadaur-127c24c71960faf8ff0cb2a88d1195eb7ab88f16.tar.gz
Force master branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0e4068bb54f..24b34ac37878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cura-plugin-octoprint-git
pkgdesc = Cura plugin which enables printing directly to OctoPrint and monitoring the progress
- pkgver = r214.2674257
+ pkgver = r216.79ae28b
pkgrel = 1
url = https://github.com/fieldofview/OctoPrintPlugin
arch = any
@@ -10,7 +10,7 @@ pkgbase = cura-plugin-octoprint-git
depends = python
depends = cura
depends = python-zeroconf
- source = cura-plugin-octoprint::git+https://github.com/fieldofview/OctoPrintPlugin.git
+ source = cura-plugin-octoprint::git+https://github.com/fieldofview/OctoPrintPlugin.git#branch=master
md5sums = SKIP
pkgname = cura-plugin-octoprint-git
diff --git a/PKGBUILD b/PKGBUILD
index a96453c89ea2..b7239955ca04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cura-plugin-octoprint-git
_pkgname=cura-plugin-octoprint
-pkgver=r214.2674257
+pkgver=r216.79ae28b
pkgrel=1
pkgdesc="Cura plugin which enables printing directly to OctoPrint and monitoring the progress"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
url="https://github.com/fieldofview/OctoPrintPlugin"
depends=('python' 'cura' 'python-zeroconf')
makedepends=('git' 'cmake')
-source=("$_pkgname::git+https://github.com/fieldofview/OctoPrintPlugin.git")
+source=("$_pkgname::git+https://github.com/fieldofview/OctoPrintPlugin.git#branch=master")
md5sums=('SKIP')
pkgver() {