summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69e5af8c1b75..fbfff1e22059 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 21:42:47 UTC 2017
+# Wed Mar 22 23:06:51 UTC 2017
pkgbase = flashprint
pkgdesc = Slicer for the FlashForge 3D printers.
pkgver = 3.15.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.ff3dp.com/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2a94e3840292..abce580e5d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Gisbers <michael@gisbers.de>
pkgname=flashprint
pkgver=3.15.0
-pkgrel=2
+pkgrel=3
pkgdesc="Slicer for the FlashForge 3D printers."
arch=('i686' 'x86_64')
url="http://www.ff3dp.com/"
@@ -28,5 +28,7 @@ package() {
# ln -s ../share/FlashPrint/FlashPrint ${pkgdir}/usr/bin/flashprint
# workaround for render issues
install ${srcdir}/flashprint ${pkgdir}/usr/bin/flashprint
+ # patch desktop file, workaround for render issues
+ sed -i "/^Exec=/ c Exec=/usr/bin/flashprint" ${pkgdir}/usr/share/applications/FlashPrint.desktop
}