summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02f64932c3f0..d31eaa672f0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = printrun
pkgdesc = Pronterface, Pronsole, and Printcore - Pure Python 3D printing host software and GUI
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
epoch = 1
url = https://github.com/kliment/Printrun
@@ -20,7 +20,7 @@ pkgbase = printrun
optdepends = python-psutil: to increase process priority when printing
provides = printrun-git
conflicts = printrun-git
- source = https://github.com/kliment/Printrun/archive/printrun-2.0.0.tar.gz
- sha256sums = cc6dc70749d6df54cf3231530037ed457708a6138957336fafb0818eb07cbc97
+ source = https://github.com/kliment/Printrun/archive/printrun-2.0.1.tar.gz
+ sha256sums = 883d83f1b110d9248f30ea29f5a198f4261a2c1fc05d5b0e7fcbe4f06412ded2
pkgname = printrun
diff --git a/PKGBUILD b/PKGBUILD
index e9a30ca0fc89..81b50b10010d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=printrun
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
epoch=1
_projectname='Printrun'
@@ -21,7 +21,7 @@ optdepends=(
'python-psutil: to increase process priority when printing')
makedepends=('cython' 'python-setuptools')
source=("https://github.com/kliment/${_projectname}/archive/${_gittag}.tar.gz")
-sha256sums=('cc6dc70749d6df54cf3231530037ed457708a6138957336fafb0818eb07cbc97')
+sha256sums=('883d83f1b110d9248f30ea29f5a198f4261a2c1fc05d5b0e7fcbe4f06412ded2')
build() {
cd "${srcdir}/${_projectname}-${_gittag}"