summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2016-12-16 23:09:24 +0100
committerbartus2016-12-16 23:09:24 +0100
commit8b299063fdd795c5cd84c8b8266db9688ff549fe (patch)
tree50faad26d3dbef4e6142b1314ebc89115794900c /PKGBUILD
parent2ed37d92e6ecda2320f8c9d07033bb429d28fe85 (diff)
downloadaur-8b299063fdd795c5cd84c8b8266db9688ff549fe.tar.gz
remove subversion from mkdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56f68cd5ef47..9cb4b30ec803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: bartus <aur@bartus.33mail.com>
pkgname=meshlab-git
-pkgver=1.3.4_r4915
+pkgver=1.3.4_r5055577
pkgrel=1
pkgdesc="System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ provides=('meshlab')
license=('GPL2')
depends=('bzip2' 'muparser' 'levmar' 'lib3ds' 'desktop-file-utils' 'glu' 'mpir' 'openssl' 'qt5-base' 'qt5-declarative' 'qt5-script')
#also create openctm(aur) jhead-lib structuresynth-lib to handle last dep
-makedepends=('git' 'subversion')
+makedepends=('git')
install="${pkgname}.install"
source=("git+https://github.com/cnr-isti-vclab/meshlab.git"
"git+https://github.com/cnr-isti-vclab/vcglib.git#branch=devel"