author | Alexander F. Rødseth
<xyproto@archlinux.org> 2023-09-01 22:11:45 UTC |
committer | Alexander F. Rødseth
<xyproto@archlinux.org> 2023-09-01 22:11:45 UTC |
parent | 558d60f140c43c665d5812dbbde8be998fb1a196 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 357231b..8eb300c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,8 +11,8 @@ # Contributor: Adrian Insaurralde pkgname=freecad -pkgver=0.21.0 -pkgrel=2 +pkgver=0.21.1 +pkgrel=1 pkgdesc='Feature based parametric 3D CAD modeler' arch=(x86_64) url='https://freecadweb.org/' @@ -27,7 +27,7 @@ makedepends=(boost cgns cmake eigen git libharu liblas ninja openvdb openvr qt5-webengine shiboken2 swig utf8cpp nlohmann-json) optdepends=('graphviz: dependency graph support' 'openscad: OpenSCAD support') -source=("git+https://github.com/$pkgname/$pkgname#commit=41b058e2087de60dc8fef3d3e68c7d0129e13abf") # tag: 0.21.0 +source=("git+https://github.com/$pkgname/$pkgname#commit=f6708547a9bb3f71a4aaade12109f511a72c207c") # tag: 0.21.1 b2sums=('SKIP') build() {