aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-pear-net_idna2/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/php7-pear-net_idna2/APKBUILD')
-rw-r--r--community/php7-pear-net_idna2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pear-net_idna2/APKBUILD b/community/php7-pear-net_idna2/APKBUILD
index 35972c6f4f6..db076def9ec 100644
--- a/community/php7-pear-net_idna2/APKBUILD
+++ b/community/php7-pear-net_idna2/APKBUILD
@@ -3,7 +3,7 @@ _php=php7
pkgname=${_php}-pear-net_idna2
_realname=Net_IDNA2
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Punycode encoding and decoding"
url="http://pear.php.net/package/Net_IDNA2/"
arch="noarch"
@@ -18,7 +18,7 @@ build() {
}
package() {
- _phpdir="usr/lib/${_php}"
+ _phpdir="usr/share/${_php}"
cd "$builddir"
mkdir -p "$pkgdir"/$_phpdir/PEAR && \
cp -R Net "$pkgdir"/$_phpdir/PEAR