summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfioSaitta2021-12-30 18:01:21 +0100
committerAlfioSaitta2021-12-30 18:01:21 +0100
commit1e995916485069a330d6a2c5e354700a7f4dc55a (patch)
tree5d2273b8340c0b35d1ca7d5a876e1e520e80fcc9
parent364fc2ec4b0f1175fe92b0a72a29050b3be4567d (diff)
downloadaur-1e995916485069a330d6a2c5e354700a7f4dc55a.tar.gz
Updated the minimum required version of rasterio
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8d129bcb665..a31c47f5d84e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flatcam-qt6
_pkgname=FlatCAM
-pkgver=r4040.0e4eb263
+pkgver=r4043.f3d379e4
pkgrel=1
pkgdesc="Generates CNC gcode from 2D PCB files (Gerber/Excellon/SVG) [QT6 Fork]"
arch=('any')
@@ -23,7 +23,7 @@ depends=('tk'
'python-reportlab'
'python-svglib'
'python-vispy'
- 'python-rasterio'
+ 'python-rasterio>=1.3a2-2'
'python-ezdxf'
'python-dill'
'python-freetype-py'