mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/freecad to 1.0.0-1
This commit is contained in:
parent
5ce036d371
commit
39a4d38662
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = freecad
|
||||
pkgdesc = Feature based parametric 3D CAD modeler
|
||||
pkgver = 1.0rc4
|
||||
pkgrel = 3
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://freecadweb.org/
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
|
@ -50,7 +50,7 @@ pkgbase = freecad
|
|||
optdepends = opencamlib: CAM workbench support
|
||||
optdepends = openscad: OpenSCAD support
|
||||
options = !lto
|
||||
source = git+https://github.com/freecad/freecad#tag=1.0rc4
|
||||
b2sums = b635c36455bee5fcf75c94db51b4f0840de1cee0cf95f13a1f4f6410b514341a8f5aca02394c0ee94d02910f19d5f1b74fe0d886fd52f22fd4e38a445ca695da
|
||||
source = git+https://github.com/freecad/freecad#tag=1.0.0
|
||||
b2sums = 211501be9250b29de4c56949ab56db85be4acdb48ac554f59b21728e8c50c327ad5b168dc8f0f06f925cff3e9aeaf051f1141285109ddac57141a8dd1b2f30b3
|
||||
|
||||
pkgname = freecad
|
||||
|
|
|
@ -20,8 +20,8 @@ buildarch=8
|
|||
highmem=1
|
||||
|
||||
pkgname=freecad
|
||||
pkgver=1.0rc4 # https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/issues/10#note_211023
|
||||
pkgrel=3
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='Feature based parametric 3D CAD modeler'
|
||||
arch=(x86_64)
|
||||
url='https://freecadweb.org/'
|
||||
|
@ -38,7 +38,7 @@ optdepends=('graphviz: dependency graph support'
|
|||
'openscad: OpenSCAD support')
|
||||
options=(!lto)
|
||||
source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver")
|
||||
b2sums=('b635c36455bee5fcf75c94db51b4f0840de1cee0cf95f13a1f4f6410b514341a8f5aca02394c0ee94d02910f19d5f1b74fe0d886fd52f22fd4e38a445ca695da')
|
||||
b2sums=('211501be9250b29de4c56949ab56db85be4acdb48ac554f59b21728e8c50c327ad5b168dc8f0f06f925cff3e9aeaf051f1141285109ddac57141a8dd1b2f30b3')
|
||||
|
||||
prepare() {
|
||||
cd freecad
|
||||
|
|
Loading…
Reference in a new issue