aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pecl-xlswriter
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2020-03-19 18:50:11 +0200
committerAndy Postnikov <apostnikov@gmail.com>2020-03-19 18:55:48 +0200
commit12deb9d96a56016b8d40d5d334a8be510c9832ca (patch)
treeef40a5ad7bbfc75d0cfc13baaa3b57316dc42715 /testing/php7-pecl-xlswriter
parentc925920cd4710a49c79be754edf8817065cd0c21 (diff)
downloadaports-12deb9d96a56016b8d40d5d334a8be510c9832ca.tar.bz2
aports-12deb9d96a56016b8d40d5d334a8be510c9832ca.tar.xz
testing/php7-pecl-xlswriter: fix lint
Diffstat (limited to 'testing/php7-pecl-xlswriter')
-rw-r--r--testing/php7-pecl-xlswriter/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-pecl-xlswriter/APKBUILD b/testing/php7-pecl-xlswriter/APKBUILD
index d6722f2477..2c48f6c31e 100644
--- a/testing/php7-pecl-xlswriter/APKBUILD
+++ b/testing/php7-pecl-xlswriter/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: viest <dev@service.viest.me>
# Maintainer: viest <dev@service.viest.me>
-pkgname="php7-pecl-xlswriter"
+pkgname=php7-pecl-xlswriter
_pkgreal=xlswriter
-pkgver="1.3.4"
+pkgver=1.3.4
pkgrel=0
pkgdesc="A PHP Extension for creating and reader XLSX files. "
url="https://pecl.php.net/package/xlswriter"