summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2019-04-25 19:19:45 +0800
committerpingplug2019-04-25 19:19:45 +0800
commit8cb97f83c1b594cca95cb1a9ac3002c46f7e0b14 (patch)
tree13cd0419181294cb1b34d9e26b5ef24e45d5f312 /PKGBUILD
parent6b447b127150100dcea27bd66799e9bd59894a88 (diff)
downloadaur-8cb97f83c1b594cca95cb1a9ac3002c46f7e0b14.tar.gz
blas -> cblas
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 446f9e3f748f..9905de173d50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=dlib
pkgver=19.17
-pkgrel=1
+pkgrel=2
pkgdesc="A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques"
arch=('x86_64')
url="http://www.dlib.net"
license=('custom')
-depends=('blas'
+depends=('cblas'
'lapack'
'libjpeg-turbo'
'libpng'