summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-01-18 15:57:06 +0000
committerGrey Christoforo2016-01-18 15:57:06 +0000
commit0619186802142f747e7ccf82cc7c8d7d3bd7ea61 (patch)
treeb6845ca1fe03d891c1f65b9d9ef30b76040efaa2
parent5b8c7917e964b6ae8f07d4b43daf311de907706c (diff)
downloadaur-0619186802142f747e7ccf82cc7c8d7d3bd7ea61.tar.gz
fix up deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f3dacb7ddf3..7bb39820b9bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A python library whose purpose is to provide 3D modeling features"
url="https://github.com/tpaviot/pythonocc-core"
arch=('i686' 'x86_64')
license=('GPLv3')
-makedepends=('cmake' 'swig' 'oce' 'python')
+makedepends=('cmake' 'swig')
depends=('oce' 'python')
source=(https://github.com/tpaviot/${_pkgname}/archive/${pkgver}.tar.gz)
md5sums=('437d6709453b64e176d00e146e84a51f')