summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhviehstarr2023-07-07 05:27:12 +0200
committermuhviehstarr2023-07-07 05:27:12 +0200
commitdb5d662bf5dbaab55800b9159b59e1fa73383d87 (patch)
tree434c907e12f9ad280d8cb4eeac77058fe02d86f5
parent828fbec001de99a74abd8f03743755e8cc3d814e (diff)
downloadaur-db5d662bf5dbaab55800b9159b59e1fa73383d87.tar.gz
update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b259e72386ad..d30c10cd438a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = php-legacy-pdlib
pkgdesc = PDlib - A PHP extension for Dlib
pkgver = 1.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/goodspb/pdlib
arch = x86_64
license = MIT License
@@ -9,12 +9,8 @@ pkgbase = php-legacy-pdlib
depends = dlib
depends = php-legacy
depends = libx11
- depends = openblas
- depends = openblas64
- depends = cblas
- depends = cblas64
- depends = lapack
- depends = lapack64
+ depends = blas-openblas
+ depends = blas64-openblas
depends = libsm
depends = libice
depends = libxext
diff --git a/PKGBUILD b/PKGBUILD
index 1ba51fced91c..d23b95c13a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=("php-legacy-pdlib")
_pkgbase=("pdlib")
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="PDlib - A PHP extension for Dlib"
arch=('x86_64')
url="https://github.com/goodspb/pdlib"
@@ -11,12 +11,8 @@ license=('MIT License')
depends=('dlib'
'php-legacy'
'libx11'
- 'openblas'
- 'openblas64'
- 'cblas'
- 'cblas64'
- 'lapack'
- 'lapack64'
+ 'blas-openblas'
+ 'blas64-openblas'
'libsm'
'libice'
'libxext'