summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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()