summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormuhviehstarr2023-07-07 05:27:12 +0200
committermuhviehstarr2023-07-07 05:27:12 +0200
commitdb5d662bf5dbaab55800b9159b59e1fa73383d87 (patch)
tree434c907e12f9ad280d8cb4eeac77058fe02d86f5 /PKGBUILD
parent828fbec001de99a74abd8f03743755e8cc3d814e (diff)
downloadaur-php-legacy-pdlib.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
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'