summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-11-01 12:28:29 +0000
committerGrey Christoforo2016-11-01 12:28:29 +0000
commita4d327b139af53f763a91f6da1694ba76f278991 (patch)
treed4f69e140c4754de35e311e677b538bcd7cdc7f4
parentf19893f416f5fa27690f2cc572f6bf8ff683fccc (diff)
downloadaur-a4d327b139af53f763a91f6da1694ba76f278991.tar.gz
fixed build
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b789554a9741..30b1a0e024ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Nov 1 12:28:26 UTC 2016
pkgbase = heekscad-git
- pkgdesc = Library and python module for pocketing and profiling operations
- pkgver = 1441.2254f21
- pkgrel = 1
- url = https://github.com/Heeks/libarea
+ pkgdesc = HeeksCNC is an open source, 3D CAD/CAM software
+ pkgver = 1447.d6a3e96
+ pkgrel = 2
+ url = http://heeks.net
arch = x86_64
license = custom:BSD3
makedepends = git
@@ -12,7 +14,7 @@ pkgbase = heekscad-git
depends = wxgtk2.8
depends = libarea
provides = heekscad
- source = heekscad-git::git://github.com/Heeks/heekscad.git#branch=oce-0.17
+ source = heekscad-git::git://github.com/Heeks/heekscad.git
md5sums = SKIP
pkgname = heekscad-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d56a441704a6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+*.tar.xz
+heekscad-git
diff --git a/PKGBUILD b/PKGBUILD
index 2870276c504d..1f17fd3b7d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Kiril Zyapkov <kiril.zyapkov at gmail>
+# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=heekscad-git
-pkgver=1441.2254f21
-pkgrel=1
+pkgver=1447.d6a3e96
+pkgrel=2
pkgdesc="HeeksCNC is an open source, 3D CAD/CAM software"
arch=('x86_64')
url="http://heeks.net"
@@ -9,7 +9,7 @@ license=('custom:BSD3')
depends=('python' 'opencascade' 'wxgtk2.8' 'libarea')
makedepends=('git' 'cmake')
provides=('heekscad')
-source=('heekscad-git::git://github.com/Heeks/heekscad.git#branch=oce-0.17')
+source=('heekscad-git::git://github.com/Heeks/heekscad.git')
md5sums=('SKIP')
pkgver() {