summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2020-09-06 12:51:51 -0500
committerEric Anderson2020-09-06 12:51:51 -0500
commit8b270b35083e1d343486855eeae06a8cedbf5573 (patch)
tree784cf90871d38d64c998b25d690ef0797046ee06
parent0a27b44cc1465c93825b1a7f0b362123035d9732 (diff)
downloadaur-8b270b35083e1d343486855eeae06a8cedbf5573.tar.gz
Bump to 2.0.0rc7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13438dd64ebc..ffb745fa313b 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.0rc5
+ pkgver = 2.0.0rc7
pkgrel = 1
epoch = 1
url = https://github.com/kliment/Printrun
@@ -19,8 +19,8 @@ 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.0rc5.tar.gz
- sha256sums = 624b7918ba71cf8e07f430e596579a5357c27bc00f830bfbb666d37e0a101846
+ source = https://github.com/kliment/Printrun/archive/printrun-2.0.0rc7.tar.gz
+ sha256sums = 28df9e4427ff265dd534414d8ff08029471c58c4a94082d022e3c9336fca527b
pkgname = printrun
diff --git a/PKGBUILD b/PKGBUILD
index c341614eecc0..0bdfe97d0a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=printrun
-pkgver=2.0.0rc5
+pkgver=2.0.0rc7
pkgrel=1
epoch=1
_projectname='Printrun'
@@ -21,7 +21,7 @@ optdepends=(
'python-psutil: to increase process priority when printing')
makedepends=('cython')
source=("https://github.com/kliment/${_projectname}/archive/${_gittag}.tar.gz")
-sha256sums=('624b7918ba71cf8e07f430e596579a5357c27bc00f830bfbb666d37e0a101846')
+sha256sums=('28df9e4427ff265dd534414d8ff08029471c58c4a94082d022e3c9336fca527b')
build() {
cd "${srcdir}/${_projectname}-${_gittag}"