summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Gruszka2022-01-31 10:58:39 +0100
committerTomasz Gruszka2022-01-31 10:58:39 +0100
commite42b1689464d7f6f8ce78d7246d0f31d237d57d7 (patch)
treea6fe9c8da19328eec15c12143fefc3b5272e1c67 /PKGBUILD
parent20e217ddaf91fce8e4adcc4b1ecba504b0b03cf0 (diff)
downloadaur-e42b1689464d7f6f8ce78d7246d0f31d237d57d7.tar.gz
PKGBUILD cleanups.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf4b0c9117b5..293437ea9efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,9 @@ pkgname=php74-imagick
app_name=imagick
ini_name="30-${app_name}.ini"
pkgver=3.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="PHP 7.4 extension to create and modify images using the ImageMagick library"
arch=('x86_64')
-url="https://github.com/mkoppanen/imagick"
license=('PHP')
depends=('php74' 'imagemagick' 'ttf-font')
checkdepends=('librsvg' 'ttf-dejavu')
@@ -18,8 +17,6 @@ sha512sums=('c84408e4e4a0c46d979240e06d58d264c6bb21f3b95e3d434c8a21cd808f6c495fd
prepare() {
cd "$srcdir/$app_name-$pkgver"
- # fix imagemagick threading issues when building against php >= 7.4
- # patch -Np1 -i "../${pkgname}-3.4.4-imagemagick_threading.patch"
echo ";extension=$app_name" > $ini_name
phpize74
}