From c98d50940eeb1f2af4fc7b322d99459a7134c24d Mon Sep 17 00:00:00 2001
From: David Beauchamp <david@archlinuxarm.org>
Date: Tue, 9 Aug 2022 13:01:00 -0400
Subject: [PATCH] community/freecad to 0.20.1-1

---
 community/freecad/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/freecad/PKGBUILD b/community/freecad/PKGBUILD
index 37ae6862c..03f626177 100644
--- a/community/freecad/PKGBUILD
+++ b/community/freecad/PKGBUILD
@@ -17,8 +17,8 @@ buildarch=8
 highmem=1
 
 pkgname=freecad
-pkgver=0.20
-pkgrel=2
+pkgver=0.20.1
+pkgrel=1
 pkgdesc='Feature based parametric 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
@@ -35,7 +35,7 @@ optdepends=('graphviz: dependency graph support'
             'openscad: OpenSCAD support'
             'python-markdown: Markdown support in addon manager'
             'python-gitpython: support downloading addons with git')
-source=("git+https://github.com/$pkgname/$pkgname#commit=68e337670e227889217652ddac593c93b5e8dc94") # tag: 0.20.0
+source=("git+https://github.com/$pkgname/$pkgname#commit=7f23e793eb136def6aee0f0ce8131bbbb6cd21e6") # tag: 0.20.1
 b2sums=('SKIP')
 
 build() {