summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2019-04-05 23:10:21 +0200
committerChristopher Reimer2019-04-05 23:10:21 +0200
commit69b35cc4d45cd23d0073b2e9bb0031201f9fb7cc (patch)
treebddd096816f35ca4e71cc6016300a544146ffb0c
parent531d37b2e93e92a6cb39fec54213a0f25cd25336 (diff)
downloadaur-69b35cc4d45cd23d0073b2e9bb0031201f9fb7cc.tar.gz
Update 1.41.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c6b748385b..7587ec6099a5 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.2
- pkgrel = 2
+ pkgver = 1.41.3
+ 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.2
+ source = git+https://github.com/prusa3d/Slic3r.git#tag=version_1.41.3
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 45fe522ded4b..bd02289c7193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=slic3r-prusa3d
pkgname=${_pkgname}
-pkgver=1.41.2
-pkgrel=2
+pkgver=1.41.3
+pkgrel=1
pkgdesc="Updated Slic3r by Prusa3D with many bugfixes and new features"
arch=('i686' 'x86_64')
url="http://www.prusa3d.com/"