summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordpellegr2021-09-23 11:52:40 +0200
committerdpellegr2021-09-23 11:52:40 +0200
commitb1347a5ac643f25ec2441002f5a2226dda2c70bc (patch)
tree1a0c9a8e0b3c63766032d78e1fdc0c12e792e350 /PKGBUILD
parent388bdeae07b01a8928f3dd9d7c9c79a5a3e7f84d (diff)
downloadaur-cgal-git.tar.gz
removed build dependencies no longer needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0570c1907728..8ea76ad7bd44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/CGAL/cgal.git"
license=('GPL' 'LGPL')
depends=('mpfr' 'gmp')
-makedepends=('git' 'cmake' 'qt5-svg' 'eigen')
+makedepends=('git' 'cmake')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/CGAL/cgal.git")