summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2016-05-13 00:15:47 +0200
committerKristian Gunstone2016-05-13 00:18:49 +0200
commit761564673ab3a47dae11e13bc376b924b7c23de5 (patch)
treee72d5f9a56f2c1f4b24eb2e80287702c0d964e09
parentf19fabc1b616ffb9849291b0687158d12c14fe2a (diff)
downloadaur-761564673ab3a47dae11e13bc376b924b7c23de5.tar.gz
Add note regarding access rights, as suggested by tjkopena
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a242935a94d3..babb6d622b5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cura-aleph-bin
pkgdesc = A full 3D printing solution aimed at RepRaps and the Ultimaker. This is the Aleph Objects fork, specialized for the Lulzbot series of 3D printers.
pkgver = 19.12
- pkgrel = 1
+ pkgrel = 2
url = https://www.lulzbot.com/cura
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 68a7410cb8c0..a37a1cb7a038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# comes with this package.
pkgname=cura-aleph-bin
pkgver=19.12
-pkgrel=1
+pkgrel=2
pkgdesc="A full 3D printing solution aimed at RepRaps and the Ultimaker.
This is the Aleph Objects fork, specialized for the Lulzbot series of 3D printers."
arch=('i686' 'x86_64')
@@ -43,6 +43,20 @@ fi
source+=(arch_aleph_patch.diff)
sha1sums+=('ba7a71da6f433e57e4cb67b9a295d4c249518b6e')
+check()
+{
+ echo -e "
+*****************************************************************************
+In order for Cura to communicate with your printer, it needs to run from a
+user which can both read and write to it. On Archlinux, this currently means
+that you need to be in the ** uucp ** group.
+
+To check and make sure, connect the printer and see who has access to it; e.g
+$ ls -l /dev/ttyACM0
+*****************************************************************************
+"
+}
+
prepare()
{
# Unpack the tarball containing the 'usr/' directory,