git » freecad.git » commit f70d5e0

upgpkg: 0.20.1-1

author Alexander Rødseth
2022-08-09 13:40:58 UTC
committer Alexander Rødseth
2022-08-09 13:40:58 UTC
parent 3241ef2c284de6aed5be9d0a996907fd8dfe4031

upgpkg: 0.20.1-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 80851eb..7728d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
 # Contributor: Adrian Insaurralde
 
 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/'
@@ -29,7 +29,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() {