summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2018-11-06 20:05:52 +0100
committerChristopher Reimer2018-11-06 20:05:52 +0100
commitbbb7bc9e31799010dcf4bbf33eb6be3614ec4673 (patch)
tree7eae8c01135948b605657ee3bb8567042df27ca8
parent1a9704530cc981fd0b1001290ef3d0b36ab78da5 (diff)
downloadaur-bbb7bc9e31799010dcf4bbf33eb6be3614ec4673.tar.gz
Update 1.41.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ee85afdb03..03de00a67246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slic3r-prusa3d
pkgdesc = Updated Slic3r by Prusa3D with many bugfixes and new features
- pkgver = 1.41.0
- pkgrel = 3
+ pkgver = 1.41.1
+ pkgrel = 1
url = http://www.prusa3d.com/
arch = i686
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = slic3r-prusa3d
optdepends = perl-net-dbus: notifications support via any dbus-based notifier
optdepends = perl-net-bonjour: support for autodiscovery of printers on network (octoprint)
optdepends = perl-class-xsaccessor: creating faster accessor methods
- source = git+https://github.com/prusa3d/Slic3r.git#tag=version_1.41.0
+ source = git+https://github.com/prusa3d/Slic3r.git#tag=version_1.41.1
source = Move-Slic3r-data-to-usr-share-slic3r.patch
source = https://raw.githubusercontent.com/PointCloudLibrary/pcl/79c184cc4dbe82d296bb37390064e4a0149234ec/cmake/Modules/FindQhull.cmake
source = slic3r.desktop
diff --git a/PKGBUILD b/PKGBUILD
index f217b19e9218..894befd616d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgname=slic3r-prusa3d
pkgname=${_pkgname}
-pkgver=1.41.0
-pkgrel=3
+pkgver=1.41.1
+pkgrel=1
pkgdesc="Updated Slic3r by Prusa3D with many bugfixes and new features"
arch=('i686' 'x86_64')
url="http://www.prusa3d.com/"