summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorswyter2021-08-18 09:04:16 +0200
committerswyter2021-08-18 09:09:03 +0200
commit97232df7a4378824a1fb4d547529bcd712c0173f (patch)
tree4be1178738e4427e118bb99b6066688929f64c7a /PKGBUILD
parent9f87ef7819c9fe59edcf9390005edbb658e56921 (diff)
downloadaur-97232df7a4378824a1fb4d547529bcd712c0173f.tar.gz
Fix the Eigen problems by going back to an older vcglib version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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()