summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormeepzh2016-06-12 02:47:15 -0400
committermeepzh2016-06-12 02:47:15 -0400
commitdcd0a2ed1ec4927172dd02ba2491e34bef64a43f (patch)
tree2afd6666e5349ac1ef392eddf76f7ae452793221 /PKGBUILD
parentc6b551fbfe7a27e84bb9ac8553d38fdcf444ee63 (diff)
downloadaur-dcd0a2ed1ec4927172dd02ba2491e34bef64a43f.tar.gz
fixed dependency issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bc53b5aa593..06f2e2e485dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=partio-git
pkgver=1.1.0.r73.g7f3e0d1
-pkgrel=1
+pkgrel=2
pkgdesc="Particle IO and manipulation library (git version)"
arch=(i686 x86_64)
url="http://www.disneyanimation.com/technology/partio.html"
license=('custom')
-depends=('glut glu seexpr')
+depends=('glut' 'glu' 'seexpr')
optdepends=('python2: Python interface support',
'swig: required for Python interface support',
'zlib: file compression support')