git » freecad.git » commit 219f39e

Upstream updated the git tag

author Alexander Rødseth
2022-08-30 08:11:39 UTC
committer Alexander Rødseth
2022-08-30 08:11:39 UTC
parent fd03830f428242bb540c78366483bb0afa1246ce

Upstream updated the git tag

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 19ac360..290292b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
 
 pkgname=freecad
 pkgver=0.20.1
-pkgrel=3
+pkgrel=4
 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=7f23e793eb136def6aee0f0ce8131bbbb6cd21e6") # tag: 0.20.1
+source=("git+https://github.com/$pkgname/$pkgname#commit=f5d13554ecc7a456fb6e970568ae5c74ba727563") # tag: 0.20.1 (after upstream force pushed the tag)
 b2sums=(SKIP)
 
 build() {