summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2020-04-10 00:50:31 -0700
committerYardena Cohen2020-04-10 00:50:31 -0700
commit277fe4a7f640de078440309f1494ec4856128b47 (patch)
treeed6c57b598d36d117d20900f58a37594663c7bd3
parent055b2d97ebf02bbc489353eae2144d68edeead10 (diff)
downloadaur-277fe4a7f640de078440309f1494ec4856128b47.tar.gz
builds again
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe3b48c0c49..f93b4b9946b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 10 07:49:57 UTC 2020
pkgbase = coin-hg
pkgdesc = A high-level, retained-mode 3D graphics toolkit compatible with Open Inventor 2.1
- pkgver = r11844.cf2a467adeca
+ pkgver = r12110.04c2890cc357
pkgrel = 1
url = https://bitbucket.org/Coin3D/coin
arch = x86_64
@@ -8,15 +10,18 @@ pkgbase = coin-hg
makedepends = mercurial
makedepends = cmake
makedepends = doxygen
+ makedepends = boost
depends = glu
provides = coin
conflicts = coin
source = coin::hg+https://bitbucket.org/Coin3D/coin#branch=default
source = generalmsvcgeneration::hg+https://bitbucket.org/Coin3D/generalmsvcgeneration#branch=default
+ source = cpack.d::hg+https://bitbucket.org/Coin3D/cpack.d#branch=default
source = boost-header-libs-full::hg+https://bitbucket.org/Coin3D/boost-header-libs-full#branch=default
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
+ md5sums = SKIP
pkgname = coin-hg
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..43a12b1b90c8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/boost-header-libs-full/
+/coin/
+/cpack.d/
+/generalmsvcgeneration/
+/coin-hg-*.log
diff --git a/PKGBUILD b/PKGBUILD
index c894ddf90b62..f82ffd2b3d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,23 @@
# Maintainer: Michal Ulianko <michal (dot) ulianko (at) gmail (dot) com>
pkgname=coin-hg
-pkgver=r11844.cf2a467adeca
+pkgver=r12110.04c2890cc357
pkgrel=1
pkgdesc="A high-level, retained-mode 3D graphics toolkit compatible with Open Inventor 2.1"
arch=('x86_64')
url="https://bitbucket.org/Coin3D/coin"
license=('BSD')
depends=('glu')
-makedepends=('mercurial' 'cmake' 'doxygen')
+makedepends=('mercurial' 'cmake' 'doxygen' 'boost')
provides=("${pkgname%-hg}")
conflicts=("${pkgname%-hg}")
source=('coin::hg+https://bitbucket.org/Coin3D/coin#branch=default'
'generalmsvcgeneration::hg+https://bitbucket.org/Coin3D/generalmsvcgeneration#branch=default'
+ 'cpack.d::hg+https://bitbucket.org/Coin3D/cpack.d#branch=default'
'boost-header-libs-full::hg+https://bitbucket.org/Coin3D/boost-header-libs-full#branch=default')
md5sums=('SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {