summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswyter2021-08-18 09:04:16 +0200
committerswyter2021-08-18 09:09:03 +0200
commit97232df7a4378824a1fb4d547529bcd712c0173f (patch)
tree4be1178738e4427e118bb99b6066688929f64c7a
parent9f87ef7819c9fe59edcf9390005edbb658e56921 (diff)
downloadaur-97232df7a4378824a1fb4d547529bcd712c0173f.tar.gz
Fix the Eigen problems by going back to an older vcglib version.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ca549c26f19..babdbd84af2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,9 +14,8 @@ pkgbase = openbrf
depends = glew
depends = glu
source = git+https://github.com/cfcohen/openbrf
- source = git+https://github.com/cnr-isti-vclab/vcglib
+ source = git+https://github.com/cnr-isti-vclab/vcglib#tag=v1.0.1
md5sums = SKIP
md5sums = SKIP
pkgname = openbrf
-
diff --git a/PKGBUILD b/PKGBUILD
index 1a1abcdb7b04..f50c416849d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL')
depends=('qt5-base' 'glew' 'glu')
makedepends=('icoutils' 'git' 'coreutils') # add coreutils for nproc
install=openbrf.install
-source=('git+https://github.com/cfcohen/openbrf' 'git+https://github.com/cnr-isti-vclab/vcglib')
+source=('git+https://github.com/cfcohen/openbrf' 'git+https://github.com/cnr-isti-vclab/vcglib#tag=v1.0.1')
md5sums=('SKIP' 'SKIP')
pkgver()