summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-04-25 19:19:45 +0800
committerpingplug2019-04-25 19:19:45 +0800
commit8cb97f83c1b594cca95cb1a9ac3002c46f7e0b14 (patch)
tree13cd0419181294cb1b34d9e26b5ef24e45d5f312
parent6b447b127150100dcea27bd66799e9bd59894a88 (diff)
downloadaur-8cb97f83c1b594cca95cb1a9ac3002c46f7e0b14.tar.gz
blas -> cblas
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de623b8b8051..db47c2383048 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dlib
pkgdesc = A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques
pkgver = 19.17
- pkgrel = 1
+ pkgrel = 2
url = http://www.dlib.net
arch = x86_64
license = custom
makedepends = cmake
- depends = blas
+ depends = cblas
depends = lapack
depends = libjpeg-turbo
depends = libpng
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'