[arch-commits] Commit in coin/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Oct 9 09:51:11 UTC 2020


    Date: Friday, October 9, 2020 @ 09:51:11
  Author: arodseth
Revision: 722326

Use a later commit of Coin 4.0.0 to avoid that FreeCAD crashes when opening an example project

Modified:
  coin/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-09 09:50:05 UTC (rev 722325)
+++ PKGBUILD	2020-10-09 09:51:11 UTC (rev 722326)
@@ -7,7 +7,7 @@
 # Contributor: Marcus Fritzsch <fritschy at googlemail.com>
 
 pkgname=coin
-pkgver=4.0.0
+pkgver='4.0.0_f4e446'
 pkgrel=1
 pkgdesc='3D graphics library compatible with Open Inventor'
 url='https://github.com/coin3d/coin'
@@ -19,15 +19,9 @@
             'freetype2: dynamic linking support'
             'openal: audio/dynamic linking support'
             'zlib: dynamic linking support')
-source=("git+$url#commit=acbf0d422dbccdd80caeb68aec4060efb916f9e0") # tag: Coin-4.0.0
-sha256sums=('SKIP')
+source=("git+$url#commit=f4e446e3d510a880d1b7808fb7e45d781e8b8a4c") # 4.0.0 + fixes
+sha256sums=(SKIP)
 
-prepare() {
-  # This will not be needed for the next release
-  mkdir -p coin/cpack.d
-  touch coin/cpack.d/CMakeLists.txt
-}
-
 build() {
   mkdir -p build
   cd build



More information about the arch-commits mailing list