[arch-commits] Commit in libasl/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Oct 15 17:28:52 UTC 2015


    Date: Thursday, October 15, 2015 @ 19:28:52
  Author: bpiotrowski
Revision: 144186

Add remaining missing dependencies

Modified:
  libasl/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-15 17:05:52 UTC (rev 144185)
+++ PKGBUILD	2015-10-15 17:28:52 UTC (rev 144186)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 url='http://asl.org.il/'
 license=('AGPL3')
-depends=('boost' 'libcl' 'libmatio' 'vtk' 'libjpeg' 'libpng' 'libtiff')
-makedepends=('cmake' 'opencl-headers')
+depends=('boost-libs' 'libcl' 'libmatio' 'vtk' 'libjpeg' 'libpng' 'libtiff'
+         'freetype2' 'libgl')
+makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
 changelog='NEWS.md'
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz"
         'suppress-deprecated-warnings.patch')



More information about the arch-commits mailing list