summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2019-12-04 10:09:29 -0500
committerMatt Harrison2019-12-04 10:09:29 -0500
commit2bd18382af26f18d53850d21c8a3a0db71755278 (patch)
tree181f3b3cff850a222782a1224db8e79fb5b4f2b0
parent22881e1d164eb9c2b07cd4d5551a5d9e38e26a30 (diff)
downloadaur-2bd18382af26f18d53850d21c8a3a0db71755278.tar.gz
upgpkg: php-zstd 0.7.4-2
Rebuild for PHP 7.4.x Also removed the test since it was failing to properly load the module
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcd37d7d37b7..e9271792d23d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = php-zstd
pkgdesc = Zstd Extension for PHP
pkgver = 0.7.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kjdev/php-ext-zstd
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b75aedb386a2..c12da49953a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=php-zstd
_pkgname=php-ext-zstd
pkgdesc='Zstd Extension for PHP'
pkgver='0.7.4'
-pkgrel='1'
+pkgrel='2'
arch=('x86_64')
url='https://github.com/kjdev/php-ext-zstd'
license=('MIT')
@@ -26,11 +26,6 @@ build() {
make
}
-check() {
- cd "$_pkgname-$pkgver"
- NO_INTERACTION=1 make -k test
-}
-
package() {
cd "$_pkgname-$pkgver"
make INSTALL_ROOT="$pkgdir/" install