summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpzl2018-03-09 09:48:45 -0500
committerpzl2018-03-09 09:48:45 -0500
commitb2ba7db65b338b927bd0e53e3eeaab24f1a6442a (patch)
treeb34cdcca5e4ec9a6a5db850b923873ec9c464d67
parent8804e4392f10333f194c3938d58d8a63b94300db (diff)
downloadaur-b2ba7db65b338b927bd0e53e3eeaab24f1a6442a.tar.gz
change pyglet dependency to be explicitly py2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c78aaf5b09f..ed57d41c41fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 6 22:32:11 UTC 2017
+# Fri Mar 9 14:48:36 UTC 2018
pkgbase = printrun-git
pkgdesc = Pronterface, Pronsole, and Printcore - Pure Python 3D printing host software and GUI
pkgver = 1.6.0.1.g91720dc
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/kliment/Printrun
install = printrun-git.install
@@ -16,7 +16,7 @@ pkgbase = printrun-git
makedepends = cython2
depends = python2-pyserial
depends = wxpython
- depends = pyglet
+ depends = python2-pyglet
depends = desktop-file-utils
optdepends = python2-cairo: to use Projector feature
optdepends = python2-cairosvg: to use Projector feature
diff --git a/PKGBUILD b/PKGBUILD
index 4bb40cca6eef..823622af4252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=printrun-git
_gitname='Printrun'
pkgver=1.6.0.1.g91720dc
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Pronterface, Pronsole, and Printcore - Pure Python 3D printing host software and GUI'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -13,7 +13,7 @@ url='https://github.com/kliment/Printrun'
license=('GPL')
provides=('printrun')
conflicts=('printrun')
-depends=('python2-pyserial' 'wxpython' 'pyglet' 'desktop-file-utils')
+depends=('python2-pyserial' 'wxpython' 'python2-pyglet' 'desktop-file-utils')
optdepends=(
'python2-cairo: to use Projector feature'
'python2-cairosvg: to use Projector feature'