summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Souza Franco2020-01-09 20:39:02 -0300
committerGabriel Souza Franco2020-01-09 20:39:02 -0300
commitc68938c8008e76dce4f7c27082ed5707426dc617 (patch)
treef970f2adb20cffad4766af0baa61fecba903e950 /PKGBUILD
parente86e483f1dcbd0a643b44915e63e7bb1ff588dc2 (diff)
downloadaur-c68938c8008e76dce4f7c27082ed5707426dc617.tar.gz
Update to latest 0.18 commit.
Fix compatibility with PySide 5.14.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d2574312194..f77957b98070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@
pkgname=freecad
_pkgver=0.18
-_count=16148
-_commit=9c2cf7283bc71107202e63b9d8cd0b7eb8c0e531
+_count=16154
+_commit=9f2401dd4e6410b8c59993d2474b134cf9d26047
pkgver=$_pkgver.$_count
-pkgrel=2
+pkgrel=1
pkgdesc='A general purpose 3D CAD modeler'
arch=('x86_64')
url='https://www.freecadweb.org/'
@@ -30,6 +30,8 @@ sha256sums=('SKIP'
'1d98fa4e62f352966eb357c93f54b1f0bf562931e8323bf70a83b5e221a5fb14')
_backports=(
+ 17ed2b196a58afbbc3cc1bb99f6eb76060171ad2 # [Cmake] Update FindPySide2Tools for PySide2 5.14 - issue #4229
+ 1666b28836baa79b26b707afb1e97c2a0855eb1f # Change IF(...LESS...) into IF(...VERSION_LESS...)
6eacb17b3e03d20039b85c9daebab9e44386d6bf # Update swigpyrun.in for Python 3.8
851e3d9847c5043a604a544b502c51e8c628e96c # add missing std:: namespace to build on Debian 10
bf5923c0f360f43703bf0c2d8b1e52ac246a9c11 # add missing std:: namespace to build on Debian 10